/* Add custom CSS styles below */ 
@media (min-width: 1024px){
.lg\:text-6xl {
    font-size: 5.75rem !important;
    line-height: 2 !important;
}
p.subtitle {
    font-size: 1.75rem !important;
}
}
.s-block__title p {
    margin-top: .5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: .9rem;
    line-height: 2.25rem;
    opacity: .6;
}
.s-block__title h2 {
    position: relative;
    font-size: 1.5rem;
    }
.text-4xl {
    font-size: 2.25rem;
    line-height: 3.5rem;
}