.ci-contact-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    font-family: inherit;
}

.ci-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none !important;
}

.ci-icon.phone {
    background: #f1f1f1;
    color: #111;
}

.ci-icon.whatsapp {
    background: #dff5e1;
    color: #25d366;
}

.ci-phone-text {
    font-size: 17px;
    font-weight: 500;
    color: #111;
    text-decoration: none !important;
    white-space: nowrap;
}


@media (max-width: 480px) {

    .ci-contact-row {
        gap: 10px;
    }

    .ci-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        border-radius: 10px;
    }

    .ci-phone-text {
        font-size: 15px;
    }
}


@media (max-width: 768px) {

    .ci-contact-row {
        gap: 12px;
    }

    .ci-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .ci-phone-text {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .ci-phone-text {
        font-size: 18px;
    }
}
