.global_breadrumb {
    background-color: var(--main-color);
    padding: 40px 0;
    color: var(--black-color);
}

.global_breadrumb__left b {
    color: var(--black-color);
    letter-spacing: 2px;
}

.global_breadrumb__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.global_breadrumb__left h2 {
    font-size: 55px;
    margin-top: 10px;
    font-weight: 700;
}

.global_breadrumb__left p {
    font-size: 18px;
    margin-top: 10px;
}

/* coaching_wrapper__img */
.coaching_wrapper__img,
.coaching_wrapper__right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.coaching_wrapper {
    border-bottom: 1px solid #ccc;
}

.coaching_wrapper__img img {
    width: 100%;
    height: 680px;
    border-radius: 10px;
    object-fit: cover;
}

.coaching_wrapper__right h3 {
    font-size: 48px;
    font-weight: 700;
    color: var(--black-color);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 12px !important;
}

.coaching_wrapper__right p {
    color: #434343;
    font-size: 18px;
    line-height: 30px;
}

.coaching_wrapper__right h6 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}

.coaching_wrapper__right ul {
    padding-left: 1.5rem !important;
}

.coaching_wrapper__right ul li {
    list-style: disc !important;
    margin-bottom: 10px;
    color: #434343;
    font-size: 18px;
}
.my-text{
    margin-top: 2rem;
}
.my-text p{
    margin-top: 10px;
    font-size: 18px;
}
.my-text p b{
    font-size: 32px;
    font-family: "Cormorant", serif;
}

/* faqs_wrapper */
.faqs_wrapper {
    background-color: var(--secondory-color);
}

.faq_box {
    margin-bottom: 20px;
    padding: 1rem;
    border-radius: 10px;
    background-color: var(--white-color);
}

.questions h3 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    padding-right: 2rem;
    position: relative;
    cursor: pointer;
}

.questions h3::after {
    content: '\002B';
    position: absolute;
    right: 1rem;
    top: 35%;
    transform: translateY(-50%);
    font-size: 37px;
    transition: .3s ease all;
}

.faq_box.active h3::after {
    content: '\2212';
    transition: .3s ease all;
}

.faq_box.active .ans p {
    transition: .3s ease all;
    height: auto;
    margin-top: 1rem;
}

.ans p {
    margin-top: 0;
    height: 0;
    overflow: hidden;
    transition: .3s ease all;
    font-size: 18px;
    line-height: 30px;
}


/* cta_wrapper */
.cta_wrapper {
    background-color: #333;
    text-align: center;
    color: var(--white-color);
}

.cta_btn a {
    background-color: var(--secondory-color);
}

.cta_wrapper__content h3 {
    font-size: 55px;
    font-weight: 700;
}

.cta_wrapper__content p {
    font-size: 22px;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 1rem !important;
}

.cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(max-width:1440px) {
    .global_breadrumb__left h2 {
        font-size: 36px;
    }
    .coaching_wrapper__right h3{
        font-size: 36px;
    }
}

@media(max-width:1200px) {
    .global_breadrumb__left h2 {
        font-size: 32px;
    }
}

@media(max-width:992px) {
    .global_breadrumb__flex {
        flex-direction: column-reverse;
    }

    .global_breadrumb__left {
        margin-top: 1rem;
    }

    .coaching_wrapper__right h3 {
        font-size: 28px;
    }

    .coaching_wrapper__right p {
        font-size: 16px;
        line-height: 25px;
    }

    .coaching_wrapper__right h6 {
        font-size: 21px;
        margin: 12px 0 !important;
    }

    .coaching_wrapper__right ul li {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .faqs_wrapper .main_heading h2 {
        font-size: 36px;
    }

    .questions h3 {
        font-size: 24px;
    }

    .ans p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .coaching_wrapper__img img {

        height: 600px;
    }
    .my-text p b{
        font-size: 25px;
    }
    .my-text p{
        font-size: 16px;
        margin-top: 6px;
    }
    .my-text{
        margin-top: 1rem;
    }
    .coaching_flex {
        flex-direction: column-reverse;
    }

    .cta_wrapper__content h3 {
        font-size: 36px;
    }

    .cta_wrapper__content p {
        font-size: 18px;
        margin-top: 12px !important;
    }

    .myBtn {
        margin-top: 1.3rem;
    }

    .coaching_wrapper__right {
        margin-top: 1rem;
    }

    .coaching_wrapper__right h3 {
        font-size: 24px;
        margin-bottom: 7px !important;
    }

    .coaching_wrapper__right h6 {
        font-size: 18px;
        margin: 10px 0 !important;
    }

    .global_breadrumb {
        padding: 25px 0 50px 0;
    }

    .global_breadrumb__left p {
        font-size: 16px;
        margin-top: 6px;
    }

    .global_breadrumb__left h2 {
        font-size: 27px;
    }

    .global_breadrumb__left b {
        font-size: 13px;
    }

    .questions h3 {
        font-size: 20px;
    }

    .faq_box.active .ans p {
        margin-top: 12px;
    }

    .faq_box {
        border-radius: 4px;
        margin-bottom: 16px;
    }

    .faqs_wrapper .main_heading h2 {
        font-size: 28px;
    }

}

@media(max-width:576px) {
    .global_breadrumb__left h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .global_breadrumb__left p {
        font-size: 15px;
    }

    .cta_wrapper__content h3 {
        font-size: 26px;
    }

    .cta_wrapper__content p {
        font-size: 16px;
        margin-top: 7px !important;
    }
}