/* For devices with a minimum width of 768px (Medium) */
@media screen and (max-width: 768px) {
    .unites-section {
        padding: 0;
    }

    .unites-section .section-title{
        margin: 30px 0;
        font-weight: 900;
    }
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (max-width: 992px) {

}