.homepage .reviews {
    margin:  0;
}

.homepage .reviews .tymbrel-col-12 {
    padding: 0 1.25rem;
}

.feature section {
    min-height: 23.5rem !important;
}

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

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

}

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

.feature .slide-usp {
    left: 0 !important;
    transform: translateX(0) !important;
}
 
 