.visit-offices {
    padding-top: 80px;

    #visit-offices-title {
        color: var(--bs-black);
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: 40px;
        text-transform: uppercase;
    }

    .visit-offices-header {
        padding-bottom: 40px;
    }

    .visit-office-name {
        color: var(--bs-black); 
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 28px;
        text-transform: uppercase;
    }

    .visit-office-address a, .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%; /* 1.6px */
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .visit-offices-list {
        gap: 24px;
        padding-bottom: 80px;
    }

    .visit-office {
        flex: 1;
        max-width: 250px;
    }

    .visit-office-phone {
        margin-top: auto;
    }
}