:root {
    --page-accent: var(--primary);
    --page-accent-light: rgba(29, 78, 216, 0.15);
}

.fa-headset:before {
    content: "\f590"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-clock:before {
    content: "\f017"
}

@media (max-width: 768px) {
    #contact-form-section {
        border-radius: 1rem !important;
        margin-top: 25px !important;
        margin-bottom: 10px !important;
    }

    .w-14.h-14.bg-white.shadow-lg.rounded-2xl.flex.items-center.justify-center.shrink-0.border.border-slate-50 {
        padding: 0 !important;
    }
}