.degree-chosen {
    display: none;
}

.page-heading-cr {
    height: 330px !important;
}

.gmat-gre--stats-figure {
    font-family: Merriweather;
    font-size: 20px;
    font-weight: 700;
    margin: 24px 0px 0px;
}

.gmat-gre--stats-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.gmat-gre--stats-container.second-row {
    justify-content: space-evenly;
}

.gmat-gre--stats {
    width: 31%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    background-color: #ffffff;
    padding: 18px;
}

.gmat-gre--stats-text {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
}

.gmat--gre--stats-img img {
    height: 200px;
    width: auto;
}

.gmat--gre--stats-img {
    margin: auto;
}

.section-3 {
    padding-bottom: 25px !important;
}

/* Customer-Review/MBA page */
.container > p {
    font-family: Roboto;
    font-weight: 400;
}

.section-3__textContainer {
    padding-bottom: 30px !important;
    width: 90% !important;
}

.heading {
    font-family: Merriweather;
    font-size: 32px !important;
    font-weight: 600 !important;
}
.we_offer_sub_heading {
    font-size: 24px !important;
    font-family: 'Merriweather';
    margin-bottom: 18px;
}
.weight_600 {
    font-weight: 600 !important;
}

.dk-center {
    text-align: center;
}
.card_text {
    font-size: 18px;
}
.happy_clients_say{
    padding: 36px 15px 0px;
}
.services_text{
    margin-bottom: 24px !important;
    padding-top: 36px;
}
.heading2 {
    font-weight: 600 !important; 
    margin-bottom: 16px !important; 
    line-height: 1.5em;
}
.mba_page_heading_bg{
    background-image: url(../../images/customer-review/mba-customer-review-banner.png);
    background-blend-mode: overlay;
    
}
.mb_we_have_helped {
    font-weight: 600 !important;
    margin-bottom: 45px;
    margin: 40px auto 20px;
    text-align: center;
    margin: 80px auto 24px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.87);
    font-family: Merriweather;
}
.mb_margin2{
    margin-bottom: 45px !important;
}
.padding_1em {
    padding: 1rem;
}
.cs__background {
    background: #f8f8f8 !important;
}
.header_text {
    display: block;
    position: relative;
}
.video_heading {
    padding: 36px 15px 0px;
    font-family: 'Merriweather';
}

.wa_margin {
    margin: 45px 0;
}

.roboto {
    font-family: roboto;
}
.mba_customer_review {
    font-weight: 600 !important;
    margin: 36px 0;
    line-height: 1.5em;
    font-family: Merriweather;
    font-size: 32px;
}

@media screen and (max-width: 768px) {
    .gmat-gre--stats-text,
    .mission p {
        font-size: 16px !important;
    }

    .gmat-gre--stats-container {
        flex-direction: column !important;
    }

    .gmat-gre--stats {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .gmat-gre--stats-container {
        margin-bottom: 0 !important;
    }

    .mb-hide {
        display: none !important;
    }
    .heading {
        font-size: 22px !important;
        line-height: 1.5em !important;

    }
    .we_offer_sub_heading {
        font-size: 18px !important;
    }
    .card_text {
        font-size: 16px;
    }
    .mb_padding {
        padding-bottom: 0px !important;
    }
    .mb_margin {
        padding: 24px 15px;
        margin-bottom: 0px;
    }
    .mba_page_heading_bg {
        background-image: url(../../images/customer-review/mba-bg-mb.png);
        background-blend-mode: overlay;
    }
    .mb_we_have_helped {
        margin-bottom: 45px;
        font-size: 22px !important;
    }
    .mb_margin2 {
        margin: 36px 0 !important;
        font-size: 22px !important;
    }
    .heading2 {
        line-height: 1.5em !important;
        margin-bottom: 32px !important;
    }
    .mb_font24 {
        font-size: 24px !important;
    }
    .header_text {
        padding-top: 40px;
    }
}