@media (max-width: 600px) {
    .uisect {
        flex-direction: column;
    }

    .resptitle {
        font-size: 30px;
    }

    .respsect h2 {
        font-size: 26px;
    }

    .resprow {
        flex-direction: column;
    }

    .resptbls {
        width: 100%;
    }
}