@media screen and (max-width: 425px) {

}

@media screen and (max-width: 725px) {

}

@media screen and (max-width: 600px) {
    .services_wrapper--blocks {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 425px) {

}