.filfak-banner-cont {
    height: 485px;
    width: 100%;
    background-image: url("/wp-content/themes/neve/assets/img/prep/topbanner.jpg");
    background-position: center 10%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    padding: 16px 40px;
}

.filfak-banner-frame {
    width: 100%;
    height: 100%;
    border-radius: 24px 0 24px 0;
    border: 2px solid #fff;
    outline: 4px solid #fff;
    outline-offset: -13px;
}

.filfak-top-cards-cont {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.filfak-top-cards-cont .filfak-top-card:first-of-type {
    background: #36C;
}
.filfak-top-cards-cont .filfak-top-card:nth-of-type(2) {
    background: #99B3E6;
}

.filfak-top-cards-cont .filfak-top-card:nth-of-type(3) {
    background: #D24256;
}

.filfak-top-cards-cont .filfak-top-card:nth-of-type(4) {
    background: #FFF;
}
.filfak-top-cards-cont .filfak-top-card:nth-of-type(4) > h3 {
    color: #36C;
}

.filfak-top-cards-cont .filfak-top-card:nth-of-type(4) > div {
    color: #333;
}

.filfak-top-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 32px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    width: 411px;
    position: relative;
}
.filfak-top-card > img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: soft-light;
}

.filfak-top-card:nth-of-type(4) > img {
    mix-blend-mode: multiply;
}
.filfak-top-card > h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    z-index: 1;
}

.filfak-top-card > div {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
}

.filfak-top-card > div > strong {
    margin-bottom: 8px;
}

.forki-how-title{
    margin-bottom: 20px;
}
.forki-progs{
    gap: 15px;
    margin-bottom: 20px;
}
.forki-edu-plan{
    margin-bottom: 100px;
}
.prep-prog-card-hours-item-bot{
    width: 100%;
    color: #98A2B3;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.forki-prog-card-hours{
    flex-wrap: wrap;
    padding: 0;
}
.forki-prog-card-hours-item{
    width: 48%;
}
.forki-prog-card-del{
    margin: 12px 0 0;
}
.forki-prog-card{
    justify-content: flex-start;
    padding: 24px 16px;
}
.forki-prog-card-top{
    margin-bottom: 0;
}
.forki-prog-card-bot{
    margin-top: 12px;
}
.forki-prog-card-course{
    margin-bottom: 12px;
}
.forki-prog-card-title{
    align-items: flex-start;
}
.forki-prog-card-title{
    height: 60px;
}
.prep-doc-cont{
    max-width: 850px;
}

.prep-skyblue-card{
    background: #99B3E6 !important;
}
.prep-red-card{
    background: #D24256 !important;
}
.prep-white-card{
    background: #FFF !important;
}
.prep-white-card h3{
    color: #36C;
}
.prep-white-card div{
    color: #333;
}
.prep-red-card h3,
.prep-red-card div{
    color: #FFF;
}
.prep-blue-card h3,
.prep-blue-card div{
    color: #FFF !important;
}
.prep-blue-card{
    background: #36C !important;
}
.prep-vars-card{
    max-width: 540px;
    width: auto;
}

@media screen and (max-width: 1024px) {
    .filfak-top-card{
        width: 100%;
        height: 200px;
    }
    .prep-progs-top .forki-prog-card-title{
        height: 90px;
    }
}
@media screen and (max-width: 960px) {
    .prep-progs-top .forki-prog-card-title{
        height: 120px;
    }
}
@media screen and (max-width: 768px) {
    .prep-vars-card{
        max-width: none;
        width: 100%;
    }
    .filfak-banner-cont {
        padding: 16px;
        background-position: 10%;
        background-size: cover;
    }
    .prep-progs-top .forki-prog-card-title{
        height: auto;
    }
    .forki-prog-card-title{
        height: auto;
    }
    .prep-prog-card-hours-item-bot{
        font-size: 12px;
    }
    .forki-edu-plan{
        margin-bottom: 32px;
    }
    .filfak-top-card {
        padding: 24px 16px;
    }

    .filfak-top-card > h3 {
        font-size: 14px;
    }

    .filfak-top-card > div {
        font-size: 12px;
    }

    .filfak-top-card > img {
        width: auto;
        height: 130px;
    }
}

@media screen and (max-width: 480px){

    .filfak-top-card {
        width: 100%;
    }

}