.section-why-choose-liceum {
    background-color: var(--color-dark-green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 96px 96px 96px;
}

.section-why-choose-liceum-projects {
    padding-top: 96px;
}

.why-choose-liceum-headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 0;
}

.why-choose-liceum-project-headings-mobile {
    display: none;
}

#why-choose-liceum-title,
#why-choose-liceum-project-title-mobile {
    color: var(--color-beige);
}

#why-choose-liceum-subtitle {
    color: var(--color-beige);
    opacity: 0.70;
    text-align: center;
    padding: 16px;
    width: 410px;
}

.why-choose-liceum-hire-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-liceum-boxes {
    display: flex;
    flex-direction: column;
}

.why-choose-liceum-brackets {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 12px;
}

.why-choose-liceum-upper-left {
    width: 12px;
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.why-choose-liceum-upper-right {
    width: 12px;
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.why-choose-liceum-lower-left {
    width: 12px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
}

.why-choose-liceum-lower-right {
    width: 12px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}

.why-choose-liceum-boxes-rows {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.why-choose-liceum-boxes-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    padding-top: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
}

.why-choose-liceum-box {
    height: 564px;
    background-color: #2B2F29;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.why-choose-liceum-box-1,
.why-choose-liceum-project-box-1 {
    width: 40%;
    aspect-ratio: 1;
    position: relative;
}

.why-choose-liceum-box-2,
.why-choose-liceum-project-box-2 {
    width: 60%;
    position: relative;
}

.why-choose-liceum-project-box-2 {
    background-image: url("../images/features-line.png");
}

.why-choose-liceum-project-box-2 .why-choose-liceum-project-box-description {
    max-width: 596px;
}

.why-choose-liceum-project-box-3 {
    position: relative;
    width: 100%;
}

.why-choose-liceum-project-box-3::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: 48px 0 110px 0;
    background-image: url("../images/money-received.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.why-choose-liceum-box-3 {
    background-image: url("../images/features-line.png");
    width: 60%;
}

.why-choose-liceum-box-4 {
    background-image: url("../images/folders.png");
    width: 40%;
    position: relative;
}

.why-choose-liceum-stars {
    background-image: url("../images/stars.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.why-choose-liceum-box-info {
    color: var(--color-beige);
    padding: 12px 36px 48px;
}

.why-choose-liceum-box-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    padding-bottom: 12px;
}

.why-choose-liceum-box-description {
    opacity: 0.75;
    font-size: 16px;
}

.why-choose-liceum-verification-line,
.why-choose-liceum-project-verification-line {
    background-image: url("../images/verified-line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.why-choose-liceum-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("../images/assessment-driven-talent.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    .section-why-choose-liceum {
        padding: 40px 32px;
    }
    .section-why-choose-liceum-projects {
        padding-top: 40px;
    }
    .why-choose-liceum-box-3,
    .why-choose-liceum-project-box-2{
        background-position: center -30px;
    }
}

@media (max-width: 860px) {
    .section-why-choose-liceum {
        padding: 40px 16px;
    }
    .section-why-choose-liceum-projects {
        padding-top: 40px;
    }
    .why-choose-liceum-cards {
        top: 30%;
    }
    .why-choose-liceum-headings {
        padding: 0 16px 24px 16px;
        gap: 16px;
        width: 100%;
    }
    .why-choose-liceum-box-info {
        padding: 12px;
    }
    #why-choose-liceum-title {
        font-size: 32px;
        width: 100%;
    }
    #why-choose-liceum-title br {
        display: none
    }
    #why-choose-liceum-subtitle {
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        padding: 0 16px;
    }
    .why-choose-liceum-hire-button {
        display: none;
    }
    .why-choose-liceum-brackets {
        display: none;
    }
    .why-choose-liceum-boxes-rows {
        gap: 40px;
    }
    .why-choose-liceum-boxes-row {
        flex-direction: column;
        gap: 40px;
    }
    .why-choose-liceum-box {
        width: 100%;
        height: 358px;
    }
    .why-choose-liceum-box-1,
    .why-choose-liceum-box-2,
    .why-choose-liceum-box-3,
    .why-choose-liceum-box-4,
    .why-choose-liceum-project-box-1,
    .why-choose-liceum-project-box-2{
        width: 100%;
    }
    .why-choose-liceum-box-3,
    .why-choose-liceum-project-box-2 {
        background-position: 100% 15%;
        background-size: contain;
    }
    .why-choose-liceum-box-title {
        font-size: 18px;
    }
    .why-choose-liceum-box-description br {
        display: none;
    }
    .why-choose-liceum-project-headings-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        width: 100%;
        gap: 16px;
    }
    #why-choose-liceum-project-title-mobile {
        font-size: 32px;
    }
    #why-choose-liceum-project-subtitle-mobile {
        color: var(--color-beige);
        text-align: center;
        opacity: 0.7;
    }
    .hide-on-mobile {
        display: none;
    }
}
