.al-offices-list {
    width: 100%;
    margin-top: 125px;
}

.al-offices-list .al-offices-list-title {
    margin-left: auto;
    margin-right: auto;
    font-family: "TWK Everett", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 12px;
}

.al-offices-list .al-offices-list-sub,
.al-offices-list .al-offices-list-legend {
    margin: 0;
    font-family: monospace;
    font-size: 10px;
    line-height: 19px;
    color: #111;
    padding-left: 0px !important;
    border-left: none !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-family: 'TWK Everett Mono', monospace;
}

.al-offices-list .al-offices-list-legend {
    margin-bottom: 16px;
}

.al-offices-list .al-offices-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 28px;
    padding-top: 12px;
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
}

.al-offices-list .al-office-item {
    font-family: 'TWK Everett Mono', monospace;
    font-size: 10px;
    line-height: 19px;
    color: #111;
    font-weight: 300;
}

@media (max-width: 700px) {
    .al-offices-list .al-offices-grid {
        grid-template-columns: 1fr;
    }
}

.al-offices-list .al-office-name {
    margin: 0;
    color: #111;
    font-size: 10px;
}

.al-offices-list .al-office-feature {
    color: #13cefc;
    margin-left: 0px;
    font-size: 10px;
}

.al-offices-list .al-office-address,
.al-offices-list .al-office-phone,
.al-offices-list .al-office-email {
    margin: 0;
    white-space: pre-line;
    word-break: break-word;
    font-size: 10px;
    padding-top: 4px;
}

.al-offices-list .al-office-email {
    padding-bottom: 20px !important;
}

.al-offices-list .al-office-item:nth-last-child(-n+2) .al-office-email {
    padding-bottom: 0 !important;
}

.al-offices-list-placeholder-text {
    margin-top: 12px;
    color: #666;
    font-size: 12px;
}
