.edu-hero{
    display: grid;
    grid-template-areas: "obr inf obs"
                        "obr mid obs";
    gap: 20px;
    margin-bottom: 100px;
    grid-template-rows: 1.5fr 1fr;
    /* flex-wrap: wrap; */
}
.edu-hero-first-img{
    grid-area: obr;
    width: 707px;
}
.edu-hero-third-img{
    grid-area: obs;
}
.edu-hero-mid-img{
    grid-area: mid;
    width: 450px;
    overflow: hidden;
    border-radius: 16px;
    background-image: url('/wp-content/themes/neve/assets/img/edu/info.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.edu-hero-info{
    grid-area: inf;
    width: 450px;
    padding: 40px 20px;
    border-radius: 16px;
    background: #36C;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.edu-hero-title{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.edu-hero-desc{
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.edu-hero-postfix{
    color: #ffffff79;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.edu-hero-postfix:hover{
    color: #ffffff79;
}
.edu-hero-postfix:focus{
    color: #ffffff79;
}


.edu-programs-list{
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 100px;
}
.edu-program-cont{
    padding: 16px 24px 16px 40px;
    background: #36C;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}
.edu-program-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.edu-title-no-center{
    justify-content: flex-start;
}
.edu-program-btn-cont{
    display: flex;
    gap: 20px;
}
.edu-program-btn{
    width: 100%;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 22px 28px;
    background: #fff;
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.edu-program-level-cont{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.edu-program-level{
    display: grid;
    grid-template-columns: 2fr 3fr;
    padding: 24px 28px;
    border: 2px solid #fff;
    border-radius: 16px;
}
.edu-program-level-left{}
.edu-program-level-title{
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.edu-program-level-desc{
    color: #ffffff80;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.edu-program-level-right{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.edu-program-level-fak{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 16px;
    background: #fff;
}
.edu-program-level-fak-name{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.edu-level-fak-link{
    align-items: center;
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.edu-program-info-block{
    width: 100%;
    padding: 22px 28px;
    background: #fff;
    border-radius: 16px;
}
.edu-program-info-block-title{
    display: block;
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.edu-info-block-title-no-margin{
    margin: 0;
}
.edu-program-info-block-desc{
    color: #667085;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}
.edu-program-info-wrapper{
    display: flex;
    gap: 20px;
}

.edu-footer{
    background: url('/wp-content/themes/neve/assets/img/edu/bot.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 28px 32px;
    display: flex;
    justify-content: space-between;
}
.edu-footer-title{
    width: 770px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}
.edu-footer-desc{
    width: 770px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.edu-footer-btn-cont{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.edu-footer-btn{
    width: 315px;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 16px 16px 16px 31px;
    border-radius: 100px;
    background: #36C;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.edu-footer-btn:hover{
    color: #FFF;
}
.edu-footer-btn:focus{
    color: #FFF;
}
.edu-footer-btn img{
    padding: 10px;
    background: #fff;
    border-radius: 50%;
}

.scien-whats-about{
    display: flex;
    gap: 20px;
    margin-bottom: 64px;
}
.scien-whats-cont{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.scien-whats-item{
    height: 200px;
    width: 42%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    border-radius: 16px;
}
.scien-whats-big-item{
    height: 200px;
    width: 55%;
}
.blue-item{
    background: #36C;
}
.white-item{
    background: #fff;
}
.skyblue-item{
    background-image: url('/wp-content/themes/neve/assets/img/science-circle/lutic_bg_max.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.red-item{
    background: #D24256;
}
.white-item .scien-whats-title{
    color: #36C;
}
.scien-whats-title{
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'cpsp' on;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 600;
}
.white-item .scien-whats-desc{
    color: #000;
}
.scien-whats-desc{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 1900px) {
    .edu-hero{
        grid-template-areas: "obr obr obr obr obs obs obs"
                            "inf inf inf inf mid mid mid";
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 2.5fr 1fr;
    }
    .edu-hero-first-img {
        width: 100%;
        /* width: 707px; */
    }
    .edu-hero-first-img img{
        width: 100%;
        /* width: 707px; */
    }
    .edu-hero-third-img img{
        width: 100%;
    }
    .edu-hero-mid-img{
        height: auto;
        width: 100%;
    }
    .edu-hero-mid-img img{
        width: 100%;
    }
    .edu-hero-info{
        width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .edu-hero{
        grid-template-areas: "obr obr obr obr obs obs obs"
                            "inf inf inf mid mid mid mid";
        grid-template-rows: 1.7fr 1fr;
    }
    .scien-whats-item{
        width: 47%;
    }
    .scien-whats-big-item{
        width: 47%;
    }
    .scien-whats-about img{
        width: 100%;
    }
    .scien-whats-about{
        flex-direction: column;
    }
}
@media screen and (max-width: 1400px) {
    .scien-whats-title{
        font-size: 20px;
    }
    .edu-footer{
        flex-direction: column;
        gap: 20px;
    }
    .edu-footer-title{
        width: 100%;
    }
    .edu-footer-desc{
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .edu-hero{
        grid-template-areas: "obr obr obr obr obs obs obs"
                            "inf inf inf inf mid mid mid";
        grid-template-rows: auto;
    }
    .scien-whats-about img{
        width: auto;
    }
    .scien-whats-cont{
        justify-content: space-evenly;
    }
    .edu-program-cont{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .edu-hero{
        grid-template-areas: "obr obr obr obr obs obs obs"
                            "inf inf inf inf inf inf inf"
                            "mid mid mid mid mid mid mid";
    }
    .edu-hero-mid-img{
        height: 400px;
    }
    .scien-whats-cont{
        flex-direction: column;
        gap: 12px;
    }
    .scien-whats-item{
        width: 100%;
        padding: 20px 16px;
    }
}
@media screen and (max-width: 768px) {
    .edu-hero{
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 32px;
    }
    .edu-hero-col{
        gap: 12px;
    }
    .edu-hero-title{
        font-size: 14px;
    }
    .edu-hero-desc{
        font-size: 12px;
    }
    .edu-hero-postfix{
        font-size: 12px;
    }
    .edu-hero-info{
        width: 100%;
        padding: 20px;
    }
    .scien-whats-about{
        margin-bottom: 32px;
        gap: 12px;
    }
    .scien-whats-item:nth-child(2n){
        align-self: flex-end;
    }
    .edu-program-title{
        font-size: 14px;
    }
    .edu-program-btn{
        padding: 16px 12px;
        font-size: 12px;
        border-radius: 10px;
    }
    .edu-program-btn-cont{
        flex-direction: column;
        gap: 20px;
    }
    .edu-program-level{
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 16px 12px;
        border-radius: 12px;
    }
    .edu-program-level-title{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .edu-program-level-desc{
        font-size: 12px;
    }
    .edu-program-level-fak-name{
        font-size: 12px;
    }
    .edu-level-fak-link{
        font-size: 12px;
    }
    .edu-program-level-fak{
        border-radius: 10px;
    }
    .edu-program-info-block-title{
        font-size: 12px;
    }
    .edu-program-info-block-desc{
        font-size: 12px;
    }
    .edu-program-info-wrapper{
        flex-direction: column;
    }
    .edu-program-info-block{
        padding: 16px 20px;
        border-radius: 10px;
    }
    .edu-footer{
        padding: 28px 24px;
        border-radius: 16px;
    }
    .edu-footer-title{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .edu-footer-desc{
        font-size: 12px;
    }
    .edu-footer-btn{
        font-size: 12px;
        width: 100%;
        padding: 12px 16px 12px 31px;
    }
    .edu-footer-btn img{
        padding: 6px;
    }
    .edu-programs-list{
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 480px) {
    .edu-hero-mid-img{
        height: 250px;
    }
    .scien-whats-title{
        font-size: 14px;
    }
    .scien-whats-desc{
        font-size: 12px;
    }
}