.why-choose-liceum-project {
    background-color: #21251F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 96px 96px 96px;
}

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

.why-choose-liceum-project-title {
    font-family: 'Stack Sans Notch', system-ui, sans-serif;
    font-size: 48px;
    line-height: 110%;
    color: #F8F8EE;
    text-align: center;
}

.why-choose-liceum-project-subtitle {
    color: white;
    opacity: 0.70;
    font-size: 18px;
    width: 400px;
    text-align: center;
    line-height: 165%;
    padding: 16px;
}

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

.why-choose-liceum-project-hire-talent-button-secondary {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 36px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: 8px;
    opacity: 0.9;
    /*background-color: #1C312E;*/
    /*color: #ffffff;*/
    /*border: 2px solid #2D2D2D;*/
    box-sizing: border-box;

    background-color: var(--color-secondary-bg);
    color: var(--color-secondary-text);
    border: var(--button-border-width) solid var(--color-secondary-text);
}

.why-choose-liceum-project-hire-talent-button-secondary-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;               /* Semi Bold */
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000000;
    text-align: left;
}

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

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

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

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

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

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

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

.why-choose-liceum-project-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-project-box {
    width: 582px;
    height: 564px;
    background-color: #2B2F29;
    background-repeat: no-repeat;
    background-size: cover;

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

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


.why-choose-liceum-project-box-2 {
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/features-line.png");
    width: 60%;
}



.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("/wp-content/themes/liceumai-theme/assets/images/money-received.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}


.why-choose-liceum-project-box-info {
    color: #F8F8EE;
    padding: 12px 36px 48px;
    /*background-color: #2B2F29;*/
    /*background: linear-gradient(*/
    /*        to bottom,*/
    /*        rgba(26, 43, 36, 0) 10%,*/
    /*        rgba(26, 43, 36, 0.6) 20%,*/
    /*        rgba(26, 43, 36, 1) 100%*/
    /*);*/
}

.why-choose-liceum-project-box-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    padding-bottom: 12px;
}

.why-choose-liceum-project-box-description {
    font-family: 'Inter', sans-serif;
    opacity: 0.75;
    font-size: 16px;
}

.why-choose-liceum-project-verification-line {
    background-image: url("/wp-content/themes/liceumai-theme/assets/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-project-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("/wp-content/themes/liceumai-theme/assets/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%);
}

.why-choose-liceum-money-received {
    background-image: url("/wp-content/themes/liceumai-theme/assets/images/money-received.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* shrinks to fit */
    width: 70%;
    height: 80%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
