@media only screen and (min-width: 1024px) {
    .offices__wrap {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .offices__wrap .offices__item {
        flex-basis: calc(33.333% - 1.6rem);
    }
}