.visit-offices {
    padding-top: 80px;
}

.visit-offices #visit-offices-title {
    color: var(--bs-black);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.visit-offices .visit-offices-header {
    padding-bottom: 40px;
}

.visit-offices .visit-office-name {
    color: var(--bs-black);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-transform: uppercase;
}

.visit-offices .visit-office-address a,
.visit-offices .visit-office-phone a {
    color: var(--bs-black);
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.visit-offices .visit-offices-list {
    gap: 24px;
    padding-bottom: 80px;
}

.visit-offices .visit-office {
    flex: 1;
    max-width: 250px;
}

.visit-offices .visit-office-phone {
    margin-top: auto;
}
