@media only screen and (max-width: 768px) {
    .btn-clase {
        padding: 0.5rem;
    }
    .title-box h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }
}