.text-bold {
    margin-bottom: 2rem;
}
.text-bold > a {
    color: #fff !important;
    font-weight: 400 !important;
    margin-bottom: 0.8rem;
}

.text-bold > a:after{
    content: unset !important;
}

@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);
    }
}