.default-msg-bar {
    margin: 0 !important;
    padding: .3125rem 1.25rem;
    min-height: 2.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlights {
    margin: 60px 0 40px 0;
}

.feature section p.h1 {
    font-size: 40px;
   line-height: 1.2;
}

@media (max-width: 768px) {
    .feature section p.h1 {
        font-size: 2rem;
    }

} 