.kf-customer-archive-header {
    color: #ffffff;
    padding-bottom: 50px;
}
.kf-customer-archive-header__container {
    display: flex;
    align-items: center;
    gap: clamp(20px, -61.44px + 11.05vw, 80px);
}

.kf-customer-archive-header__header {
    flex: 475;
    min-width: 475px;
}

.kf-customer-archive-header .kf-customer-cards {
    flex: 725;
}

.kf-customer-archive-header__title {
    font-family: Degular;
    font-weight: 500;
    font-size: var(--wp--preset--font-size--x-80-q);
    line-height: 1.05;
    text-wrap-style: balance;
    margin-bottom: 16px;
}

.kf-customer-archive-header__subtitle,
.kf-customer-archive-header__subtitle p {
    font-size: var(--wp--preset--font-size--default, 20px);
    line-height: 130%;
}

.kf-customer-archive-header__subtitle p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    .kf-customer-archive-header__header {
        min-width: auto;
        flex: 1;
    }
    .kf-customer-archive-header .kf-customer-cards {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .kf-customer-archive-header {
        padding-bottom: 0px;
        text-align: center;
    }
    .kf-customer-archive-header__container {
        flex-direction: column;
    }
    .kf-customer-archive-header__header {
        padding-top: min(-28.70px + 7.65vw, 30px);
        padding-bottom: min(-28.70px + 7.65vw, 30px);
    }
}