.education_wrapper{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 100px;
}
.education_wrapper a:hover{
    color: #fff;
}
.education_wrapper a:hover .left_education h3{
    color: #324243;
}
.education_wrapper > div{
    width: calc(100%/2);
}
.education_block{
    position: relative;
}
.education_block::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 40px;
    left: 40px;
    background: url(../svg/arrow-up-right-orange.svg) center center no-repeat;
    background-size: 30%;
    border: 2px solid rgba(255, 255, 255, 0.50);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 100%;
}
.education_block:hover::after{
    transform: rotate(45deg);
    background: #fff url(../svg/arrow-up-right-orange.svg) center center no-repeat;
    background-size: 30%;
}
.left_education h3{
    color: #324243;
}
.left_education h3, .right_education h3{
    font-family: 'RobotoCondensedZbw', Arial, sans-serif;
    font-size: 95px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.left_education, .right_education{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.left_education h2{
    font-family: 'RobotoCondensedZbw', Arial, sans-serif;
    font-weight: bold;
    font-size: 44px;
    text-transform: uppercase;
    margin: 0;
}
.left_education .education_block,
.right_education .education_block{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    border-radius: 16px;
}

.left_education .education_block{
    min-height: 650px;
    background-color: #C9EB51;
}
.right_education .education_block{
    color: #fff;
}
.right_education a:nth-child(1) .education_block{
    background-color: #058880;
    height: 475px;
}
.right_education a:nth-child(2) .education_block{
    background-color: #AC3064;
    height: 315px;
}
.right_education a:nth-child(2) .education_block h3{
    font-size: 64px;
}
.education_block h3{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 90%;
    line-height: 80%;
}
/* .acf-field .acf-label label{
    font-size: 18px;
} */

.block-editor-block-inspector{
    padding: 10px;
}
.acf-field-67119ff4d41cb .acf-repeater-add-row,
.acf-field-67119ff4d41cb .acf-row-handle.remove{
    visibility: hidden!important;
    opacity: 0!important;
}
.acf-fields{
    /* display: flex;
    flex-direction: column;
    gap: 20px; */
}
.acf-field-67118ef7502df .select2-selection--multiple{
    min-height: 200px;
    padding: 10px;
}
/* .acf-field-67119ff4d41cb .acf-row{
    display: flex;
    flex-direction: column;
    gap: 10px;
} */
.acf-field-6718dc42e316a .acf-fields{
    flex-direction: row;
}
.acf-field-6718dc5be316b .acf-fields{
    flex-direction: column;
}

/*******************MEDIA*********************/
@media (max-width: 1550px) {
    .education_wrapper .left_education h3, 
    .education_wrapper .right_education h3{
        font-size: 64px;
    }
}
@media (max-width: 1280px) {
    .left_education .education_block, 
    .right_education .education_block{
        padding: 20px;
    }
    .education_block h3{
        position: static;
    }
}
@media (max-width: 1150px) {
    .right_education a:nth-child(2) .education_block h3,
    .education_wrapper .left_education h3, 
    .education_wrapper .right_education h3{
        font-size: 50px;
    }
}
@media (max-width: 990px) {
    .education_wrapper{
        flex-direction: column;
    }
    .left_education .education_block, 
    .right_education .education_block,
    .right_education a:nth-child(1) .education_block,
    .right_education a:nth-child(2) .education_block{
        padding: 40px;
        min-height: 300px;
        height: auto;
    }
    .education_wrapper > div{
        width: 100%;
    }
}
@media (max-width: 769px) {
}
@media (max-width: 650px) {
    .block_padding {
        padding: 0 16px;
    }
    .left_education h2{
        font-size: 32px;
        line-height: 100%;
    }
}
@media (max-width: 500px) {
    .education_wrapper{
        gap: 16px;
    }
    .left_education .education_block,  
    .right_education a:nth-child(1) .education_block, 
    .right_education a:nth-child(2) .education_block{
        padding: 24px;
        min-height: 265px;
    }
    .education_block::after{
        width: 64px;
        height: 64px;
        top: 24px;
        left: 24px;
    }
    .left_education .education_block h3,  
    .right_education a:nth-child(1) .education_block h3{
        font-size: 48px;
    }
    .right_education{
        gap: 16px;
    }
    .right_education a:nth-child(2) .education_block h3{
        font-size: 38px;
    }
    .courses_list_wrapper .title .all_course_btn{
        width: 95%;
        display: flex;
        justify-content: center;
    }
}
/*******************MEDIA*********************/