.coaching_element__header{
    justify-items: center;
    margin-bottom: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
}

.coaching_element__header__title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #001B2F;
}

.coaching_element__header__subtitle{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content!important;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 2px 7px !important;
    border-radius: 6px;
    margin-bottom: 5px !important;
}

.coaching_element__big_box{
    min-height: 380px;
    border-radius: 20px;
    padding: 40px 80px 40px 40px;
    background-color: #F3F8FF;
    margin-bottom: 1%;
    display: flex;
}

.coaching_element__big_box__content__title{
    font-weight: 700;
    font-size: 20px;
    color: #001B2F;
}

.coaching_element__big_box__content__text{
    font-size: 16px;
    color: #001B2F;
    margin-bottom: 50px;
}

.button_coaching{
    margin-top: 3%;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: #E70491;
    color: white;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 700;
}

.button_coaching:hover{
    color: #E70491;
    background-color: #FFBBE5;
}

.coaching_element__small_boxes{
    display: flex;
}

.small_box{
    margin-right: 1%;
    min-height: 320px;
    border-radius: 20px;
    padding: 40px;
    padding-right: 40px!important;
    padding-left: 40px!important;
    background-color: #F3F8FF;
}

.small_box:last-child{
    margin-right: 0%;
}

.small_box__title{
    font-weight: 700;
    font-size: 20px;
    color: #001B2F;
}

.small_box__text{
    font-weight: 400;
    font-size: 16px;
    color: #001B2F;
}


@media (max-width: 991px) {
    .coaching_element__header {
        width: 90%;
        text-align: center;
        margin-bottom: 30px;
    }

    .coaching_element__header__title {
        font-size: 24px;
        line-height: 28px;
    }

    .coaching_element__header__subtitle {
        font-size: 10px;
        padding: 2px 5px;
    }

    .coaching_element__big_box {
        flex-direction: column;
        padding: 30px 20px;
        min-height: auto;
        margin-bottom: 20px;
    }

    .coaching_element__big_box__content__title {
        font-size: 18px;
    }

    .coaching_element__big_box__content__text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .coaching_element__big_box__image {
        display: none;
    }

    .background_block_image {
        max-width: 100%;
        height: auto;
    }

    .coaching_element__small_boxes {
        flex-direction: column;
    }

    .small_box {
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
        padding: 20px !important;
    }

    .small_box:last-child {
        margin-bottom: 0;
    }

    .small_box__title {
        font-size: 16px;
    }

    .small_box__text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .coaching_element__header__title {
        font-size: 20px;
    }

    .coaching_element__header__subtitle {
        font-size: 9px;
        padding: 1px 4px;
    }

    .coaching_element__big_box__content__title {
        font-size: 16px;
    }

    .coaching_element__big_box__content__text {
        font-size: 14px;
    }

    .small_box{
        max-width: none !important;
    }

    .small_box__title {
        font-size: 14px;
    }

    .small_box__text {
        font-size: 14px;
    }
}
