#home .content {
    padding: 0;
}
    
.header__msg-bar p {
    padding: .3125rem 2.5rem;
    min-height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlights {
    margin-top: 2rem;
}

.feature section p.h1 {
    font-size: 40px;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .feature section p.h1 {
        font-size: 2rem;
    }
}
.feature .slide-usp li {
    font-size: 1.125rem;
}