.section-spotlight {
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
    margin: 2.5rem 0 1rem 0;
}

.solutions-container .solution-content .section-spotlight.section-alternate {
    border-bottom-width: 1px;
    border: 1px solid var(--color-border);
    border-top-width: 1px;
}

.solution-content .section-spotlight {
    margin: 2rem 0 0 0;
    padding: 1.5rem 0;
}

.solution-content .section-spotlight h2 {
    font-size: var(--font-size-heading-3);
}

.section-spotlight .flex-box {
    gap: 0.5rem;
}

.section-spotlight .flex-box > div {
    width: 100%;
}

.section-spotlight .flex-box > div:first-of-type svg {
    display: block;
    width: 4rem;
}

.section-spotlight .flex-box > div:last-of-type p:last-of-type {
    margin-bottom: 0;
}

.section-spotlight .flex-box > div:last-of-type a:last-child {
    display: block;
    margin-top: 1rem;
    width: max-content
}

@media (min-width: 48rem) { /* 768 px */
    .section-spotlight .flex-box {
        gap: 1.5rem;
    }
    
    .section-spotlight .flex-box > div:first-of-type {
        width: 4rem;
    }

    .section-spotlight .flex-box > div:last-of-type {
        flex: 1;
        width: auto;
    }
}
