#front-page-hero #front-page-hero-title p {
    margin-bottom: 0;
}

#front-page-customer-logos .customer-logo {
    transition: 150ms filter linear;
    filter: grayscale(1);
}

#front-page-customer-logos .customer-logo:hover {
    filter: grayscale(0);
}

.challenge .challenge-image {
    max-width: 150px;
}

.challenge .challenge-description > p {
    margin-bottom: 0;
}

#front-page-processes-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

#front-page-processes-container .process {
    scroll-snap-align: center;
}

.process-image {
    height: 225px;
    width: auto;
}

#form-contact-container p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
    #front-page-processes-container {
        max-width: calc(1140px - 1.5rem);
        margin-left: calc(50% - calc(1140px - 1.5rem) / 2);
    }
}