.awards-feature {
    background: #FFEEDA;
    padding: 40px 0;
}

.awards-feature__wrap {
    padding-top: 40px;
    padding-bottom: 15px;
}

.awards-feature__flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.awards-feature__content {
    max-width: 839px;
}

.awards-feature__copy h2 {
    color: #192846;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 24px;
}

.awards-feature__copy h2 mark,
.awards-feature__copy h2 .highlight,
.awards-feature__copy h2 span:first-child {
    background: #FFC682;
    color: inherit;
    padding: 0 2px;
}

.awards-feature__copy p {
    color: #192846;
    font-size: 16px;
    line-height: 1.74;
    margin: 0 0 24px;
}

.awards-feature__copy > :last-child {
    margin-bottom: 0;
}

.awards-feature__buttons {
    margin-top: 24px;
}

.awards-feature__button + .awards-feature__button {
    margin-top: 12px;
}

.awards-feature__link.btn.btn-tertiary {
    border-bottom: 1px solid #2a1b43;
    color: #2a1b43;
    font-size: 15px;
    margin-top: 0;
}

.awards-feature__link.btn.btn-tertiary::before {
    content: "\e902";
    top: 55%;
}

.awards-feature__link.btn.btn-tertiary:hover {
    background: transparent;
    font-weight: 800;
}

.awards-feature__link.btn.btn-tertiary:focus-visible {
    background: transparent;
}

.awards-feature__link.btn.btn-tertiary:hover,
.awards-feature__link.btn.btn-tertiary:hover::before {
    color: #5a2a98;
}

.awards-feature__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 16px;
    padding: 15px 12px 0;
    width: 100%;
}

.awards-feature__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    min-width: 0;
    /* up to 2 per row on mobile */
    width: calc((100% - 16px) / 2);
}

.awards-feature__logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
}

@media (min-width: 768px) {
    .awards-feature__flex {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .awards-feature__content {
        flex: 1 1 auto;
        padding-right: 48px;
    }

    .awards-feature__logos {
        flex: 0 0 min(100%, 460px);
        gap: 24px;
    }

    .awards-feature__logo {
        /* up to 4 per row; extra logos wrap to a second row */
        width: calc((100% - 72px) / 4);
    }
}

@media (min-width: 1200px) {
    .awards-feature {
        padding: 40px 0;
    }

    .awards-feature__wrap {
        min-height: 280px;
    }

    .awards-feature__content {
        width: 760px;
    }

    .awards-feature__copy h2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 34px;
        gap: 0 8px;
        line-height: 1.65;
    }

    .awards-feature__copy p {
        max-width: 839px;
    }

    .awards-feature__logos {
        flex: 0 0 600px;
        gap: 28px 24px;
        padding: 0;
    }
}
