@media screen and (min-width: 400px) {
    .persons {
        padding: 0 12vw !important;
    }
}

/* /////////////////////////////////////// */

@media screen and (min-width: 576px) {
    .persons {
        padding: 0 10px !important;
    }
}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}
