.contact-numbers {
    background-color: var(--bs-body-bg);
}

.logo-footer {
    margin-top: -65px;
}

a.phone-item-number {
    font-size: 30px;
    color: #717075;
    /* letter-spacing: 0.05rem; */
    line-height: 32px;
}

.phone-item-name {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #575756;
}

/* Separadores verticales entre columnas en desktop */
.separator {
    width: 2px;
    height: 50%;
    background-color: #999;
    margin: 0 16px;
}

/* Separadores horizontales en mobile (tipo líneas entre bloques) */
@media (max-width: 767.98px) {
    .phone-block {
        border-bottom: 1px solid #ccc;
    }

    .phone-block:last-of-type {
        border-bottom: none;
    }

    .separator {
        display: none !important;
    }
}



.separator {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #999;
    align-self: center;
}


@media (min-width: 768px) {
    .phone-footer-group {
        display: flex;
        align-items: center;
    }

    .separator {
        width: 1px;
        height: 40px;
        background-color: #999;
        margin: 0 12px;
    }
}

@media (max-width: 767.98px) {
    .phone-footer-group {
        display: block;
    }
}