.tob__content {
    flex-direction: column;
}

.tob__group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    justify-content: space-between;
}

.tob__group > * {
    max-width: calc(50% - 16px);
}

.tob-item__heading {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: -20px;
}

.tob-item__subheading {
    font-size: 20px;
    margin-bottom: -20px;
}

.tob-divider {
    height: 1px;
    width: 100%;
    background: #d5d4d6;
}

.tob__map-img {
    width: 100%;
}

.tob__column-one, .tob__column-two {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section__content {
    gap: 48px;
    margin-top: 64px;
    margin-bottom: 64px;
}

@media screen and (max-width: 1280px) {
    .tob__group {
        flex-direction: column;
    }

    .tob__group > * {
        max-width: 100%;
    }
}
