.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-weight: 600;
    font-size: 16px;
    color: #001B2F;
}

.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;
}