.contact-us-section .detail-label{
    font-size: var(--font-20);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black-color);
}

.contact-us-section .footer-detail-link{
    border: 1px solid #C9C9C9;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    transition: 0.3s ease all;
}

.contact-us-section .footer-detail-link:hover{
    transition: 0.3s ease all;
    color: var(--primary-color);
}

.contact-us-section .footer-detail-link {
    color: var(--black-color);
    font-size: var(--font-18);
}

.contact-us-section .footer-detail-icon img {
    min-height: 25px;
    min-width: 25px;
    height: 100%;
    width: 100%;
}