.service_banner {
    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .785)), url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(4px);
    background-position: center;
}

.service_banner__content {
    color: var(--white-color);
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.service_banner__content h2 {
    font-size: 55px;
    color: #f7eaab;
    font-weight: 600;
}

.expertise_left h2 {
    font-size: 42px;
    font-weight: 600;
    position: sticky;
    top: 1rem;
}

.expertise_left {
    position: sticky;
    top: 2rem;
}

.expertise_right p {
    font-size: 22px;
    margin-bottom: 1rem !important;
    line-height: 1.75;
}

.expertise_right {
    margin-top: 2rem;
}

.help_box {
    background-color: #000 !important;
    color: var(--white-color);
}

.help_box p {
    margin-top: 12px;
    color: #e5e5e5;
}

.help_box h3 {
    color: #fff !important;
    margin-top: 12px;
}

.service_banner__content h4 {
    margin: 1rem 0 !important;
    font-size: 36px;
}

.service_banner__content p {
    font-size: 18px;
    line-height: 30px;
}

/* expertise_box */
.expertise_box {
    border: 1px solid #ccc;
    padding: 1.2rem;
    background-color: rgba(245, 245, 245, 0.268);
    border-radius: 10px;
    height: 100%;
    backdrop-filter: blur(4px);
}

.expertise_box__content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--grey-color);
    margin-top: 12px;
}

.expertise_box__content p {
    font-size: 16px;
    margin-top: 7px;
    line-height: 25px;
}

/* why_box */
.why_box {
    background-color: var(--white-color);
    height: 100%;
    padding: 1.5rem;
    border-radius: 10px;
}

.expertise_wrapper {
    text-align: center;
}

/* service_parra */
.service_parra p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1rem !important;
}

.service--box h6 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

.our-service-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.our-service-content h3 {
    font-size: 22px;
}

.our-service-content {
    text-align: center;
    margin-top: 1rem;
}

.our-service-content p {
    font-size: 13px;
    margin-top: 10px;
    color: #434343;
}

.study_banner__img img {
    width: 100%;
}

/* study css */
.study_details__content h2 {
    font-size: 44px;
    font-weight: 600;
    margin-top: 2rem;
    text-transform: capitalize;
}

.study_details {
    padding-bottom: 80px;
}

.study_details__content p {
    font-size: 18px;
    margin-top: 1rem;
    line-height: 30px;
}

@media(max-width:1440px) {
    .expertise_box__content h3 {
        font-size: 18px;
    }

    .expertise_box__content p {
        font-size: 14px;
    }

    .expertise_box,
    .why_box {
        padding: 1rem;
    }

    .expertise_box__icon img {
        width: 45px;
    }

    .service_parra p {
        font-size: 16px;
        line-height: 25px;
    }

    .our-service-content h3 {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .our-service {
        margin-bottom: 24px;
    }

    .why_box,
    .expertise_box {
        height: 94%;
        margin-bottom: 2rem;
    }

    .expertise_right p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .expertise_right p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0 !important;
        margin-top: 1rem;
    }

    .study_details__content h2 {
        font-size: 25px;
        margin-top: 1rem;
    }

    .study_details__content p {
        font-size: 15px;
        line-height: 26px;
        margin-top: 12px;
    }

    .study_details {
        padding-bottom: 50px;
    }

    .expertise_right {
        margin-top: 1rem;
    }

    .expertise_left h2 {
        font-size: 30px;
    }

    .service--box h6 {
        font-size: 16px;
        line-height: 25px;
    }

    .service_banner__content h2 {
        font-size: 30px;
    }

    .service_banner__content h4 {
        font-size: 22px;
    }

    .service_banner__content p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:576px) {
    .expertise_left h2 {
        font-size: 24px;
    }

    .expertise_right p {
        font-size: 14px;
        margin-top: 10px;
    }

    .why_box,
    .expertise_box {
        height: auto;
        margin-bottom: 1rem;
    }

    .service_parra p {
        font-size: 14px;
    }

    .service_banner__content h2 {
        font-size: 24px;
    }

    .service_banner__content h4 {
        font-size: 18px;
    }
}