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