/* Heimdall Studio v0.16.8 - Homepage polish */

/* SOFTWARE SECTION */
#software.software-section {
    padding-top: clamp(3.75rem, 5vw, 5.25rem);
    padding-bottom: clamp(4.25rem, 5.5vw, 5.75rem);
}

#software .section-heading {
    margin-bottom: clamp(2.5rem, 3.5vw, 3.75rem);
}

#software .software-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 980px;
    margin-inline: auto;
}

#software .software-card-featured {
    width: 100%;
}

/* OUR APPROACH */
.values-section {
    padding-top: clamp(4rem, 5vw, 5.5rem);
    padding-bottom: clamp(4rem, 5vw, 5.5rem);
}

.values-grid {
    align-items: start;
}

.values-grid > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.values-grid > div:first-child .eyebrow {
    margin-bottom: clamp(1rem, 1.5vw, 1.35rem);
}

.values-grid > div:first-child h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.values-copy {
    padding-top: clamp(2.15rem, 3vw, 2.9rem);
}

@media (max-width: 900px) {
    #software.software-section {
        padding-top: 3rem;
        padding-bottom: 3.5rem;
    }

    .values-section {
        padding-top: 3.25rem;
        padding-bottom: 3.5rem;
    }

    .values-copy {
        padding-top: 0;
    }
}
