 .statusMessage {
        background-color: #FFF8E9;
        border-radius: 4px;
        padding: 12px 16px;
        max-height: auto;
        font-size: 12px;
        font-family: Open Sans;
        font-size: 12px;
        letter-spacing: 0.2px;
        color: #373D43;
        cursor: pointer;
        width: 95%;
        
    }

    .statusMessageInner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .buttonOne {
        border-top: 1px solid #EFF0F1;
        border-bottom: 1px solid #EFF0F1;
        padding: 22px 24px;
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.2px;
        color: #373D43;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: 0.3s;
    }
    .buttonOne:hover{
        background-color:#FBFBFB;
    }

    .buttonTwo {
        border-top: 1px solid #EFF0F1;
        border-bottom: 1px solid #EFF0F1;
        padding: 22px 24px;
        font-family: Open Sans;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.2px;
        color: #373D43;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: 0.3s;
    }

      .buttonTwo:hover{
         background-color:#FBFBFB;
    }

    .previousLayout {
        margin: 0 auto;
        padding: 0 20px;
        margin-bottom: 30px;
        
        
    }

    .previousSpan {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0.2px;
        color: #6C757D;
    }

    @media screen and (max-width: 376px) {
  .buttonOne {
      font-size: 15px;
    }

    .buttonTwo {
      font-size: 15px;
    }
    
    .previousSpan {
        font-size: 14px;
    }
 }
