@media only screen and (max-width: 768px) and (min-width: 300px){
    .features-content {
        padding: 30px 15px !important;
    }

    .features-content h2 {
        font-size: 32px;
        margin-bottom: 45px;
    }
}
