.service-problems__wrapper {
    width: 100%;
    min-width: 0;
}

@media only screen and (min-width: 1200px) {
    .service-problems {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }
}
