.dg_custom .contact-content .form-group label {
    font-size: 18px;
    color: var(--dg-light);
    font-family: 'Kumbh Sans', sans-serif;
}

.dg_custom.dark-version.home-one .dg_contact--social-media a:not(:hover) {
    background-color: var(--dg-black);
}

.dg_custom .contact-info-item.style-two {
    background-color: var(--dg-secondary-dark);
    border-radius: 7px;
}

.dg_custom .follow-us {
    background-color: var(--dg-secondary-dark);
    border-radius: 7px;
    border: none;
}

.dg_custom .follow-us h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dg_custom .contact-info-item.style-two .content .title,
.dg_custom .contact-info-item.style-two .content .text,
.dg_custom .contact-info-item.style-two .content .text a {
    color: var(--dg-light);
}

.dg_custom .contact-info-item.style-two .content .text a:hover,
.dg_custom .contact-info-item.style-two .content .text a:focus,
.dg_custom .contact-info-item.style-two .content .text a:active {
    color: var(--dg-primary);
}

.dg_custom .contact-info-item.style-two:nth-child(2) .icon {
    background-color: var(--dg-secondary);
}

.dg_custom .contact-info-item.style-two:nth-child(3) .icon {
    background-color: var(--dg-tertiary);
}