.about-forte-hero {
    padding: 20px 0;
}

.about-forte-hero .container {
    max-width: 1400px;
}

.about-forte-hero__wrp {
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--color-penn-blue);
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    position: relative;
}


.about-forte-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 881px;
    text-align: center;
}

.about-forte-hero__label {
    font-size: var(--fs-14);
    font-weight: var(--fw-regular);
    line-height: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: var(--color-white);
}

.about-forte-hero__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-white);
}

.about-forte-hero__subtitle {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-white);
    opacity: 0.8;
    max-width: 720px;
}

@media (max-width: 1023px) {
    .about-forte-hero__wrp {
        min-height: 480px;
    }

    .about-forte-hero__title {
        font-size: var(--fs-40);
    }
}

@media (max-width: 767px) {
    .about-forte-hero .container {
        padding-inline: 10px;
    }

    .about-forte-hero__wrp {
        border-radius: 24px;
        min-height: 500px;
        padding: 64px 20px;
    }

    .about-forte-hero__content {
        gap: 24px;
        width: 100%;
    }
}

.about-forte-intro {
    padding: 40px 0;
}

.about-forte-intro__wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

.about-forte-intro__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-black);
    text-align: center;
}

.about-forte-intro__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 140px;
    width: 100%;
}

.about-forte-intro__col {
    flex: 1;
    min-width: 0;
    max-width: 550px;
}

.about-forte-intro__col p {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
}

.about-forte-intro__col p + p {
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .about-forte-intro {
        padding: 32px 0;
    }

    .about-forte-intro__wrp {
        gap: 48px;
    }

    .about-forte-intro__title {
        font-size: var(--fs-40);
    }

    .about-forte-intro__row {
        gap: 40px;
    }

    .about-forte-intro__col {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-forte-intro {
        padding: 24px 0;
    }

    .about-forte-intro__wrp {
        gap: 32px;
    }

    .about-forte-intro__title {
        font-size: var(--fs-32);
    }

    .about-forte-intro__row {
        flex-direction: column;
        gap: 16px;
    }
}

.about-forte-different {
    padding: 80px 0;
}

.about-forte-different__wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}

.about-forte-different__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 574px;
    text-align: center;
}

.about-forte-different__eyebrow span {
    font-size: var(--fs-14);
    font-weight: var(--fw-regular);
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: var(--color-blue-vivid);
    opacity: 0.8;
}

.about-forte-different__title {
    font-size: var(--fs-64);
    font-weight: var(--fw-medium);
    line-height: 1.1;
    color: var(--color-black);
}

.about-forte-different__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    column-gap: 20px;
    width: 100%;
}

.about-forte-different__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 400px;
    max-width: 100%;
    text-align: center;
}

.about-forte-different__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--color-light-blue);
    flex-shrink: 0;
}

.about-forte-different__item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-forte-different__item-title {
    font-size: var(--fs-24);
    font-weight: var(--fw-medium);
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: var(--color-black);
}

.about-forte-different__item-text {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
}

@media (max-width: 1023px) {
    .about-forte-different {
        padding: 56px 0;
    }

    .about-forte-different__wrp {
        gap: 48px;
    }

    .about-forte-different__title {
        font-size: var(--fs-40);
    }

    .about-forte-different__list {
        column-gap: 24px;
        row-gap: 32px;
    }

    .about-forte-different__item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .about-forte-different {
        padding: 40px 0;
    }

    .about-forte-different__wrp {
        gap: 32px;
    }

    .about-forte-different__head {
        gap: 24px;
    }

    .about-forte-different__title {
        font-size: var(--fs-32);
    }

    .about-forte-different__list {
        row-gap: 32px;
    }

    .about-forte-different__item {
        width: 100%;
        gap: 24px;
    }
}

.about-forte-experience {
    padding: 80px 0;
}

.about-forte-experience__wrp {
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.about-forte-experience__row {
    display: flex;
    align-items: center;
    gap: 70px;
}

.about-forte-experience__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-forte-experience__title {
    font-size: var(--fs-32);
    font-weight: var(--fw-medium);
    line-height: 1.4;
    color: var(--color-black);
}

.about-forte-experience__text {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    line-height: 1.4;
    color: var(--color-black);
    opacity: 0.8;
}

.about-forte-experience__text p + p {
    margin-top: 16px;
}

.about-forte-experience__media {
    flex-shrink: 0;
    width: 53%;
    height: auto;
    aspect-ratio: 640 / 450;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--color-penn-blue);
}

.about-forte-experience__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-forte-experience__stats {
    display: flex;
    align-items: stretch;
    gap: 32px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
}

.about-forte-experience__stat {
    flex: 1 1 0;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 32px;
    border-radius: 16px;
    background-color: #f3f4f6;
}

.about-forte-experience__stat-number {
    font-size: var(--fs-40);
    font-weight: var(--fw-semibold);
    letter-spacing: -0.8px;
    color: var(--color-black);
}

.about-forte-experience__stat-label {
    font-size: var(--fs-16);
    font-weight: var(--fw-regular);
    letter-spacing: -0.32px;
    color: #354455;
}

@media (max-width: 1023px) {
    .about-forte-experience {
        padding: 56px 0;
    }

    .about-forte-experience__wrp {
        gap: 40px;
    }

    .about-forte-experience__row {
        gap: 40px;
    }

    .about-forte-experience__stats {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .about-forte-experience {
        padding: 40px 0;
    }

    .about-forte-experience__wrp {
        gap: 32px;
    }

    .about-forte-experience__row {
        flex-direction: column;
        gap: 24px;
    }

    .about-forte-experience__media {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .about-forte-experience__stats {
        gap: 16px;
    }

    .about-forte-experience__stat {
        min-width: 220px;
    }
}
