.contact-section {
    margin-top: 5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(156, 163, 175, 0.45);
}

@media (min-width: 768px) {
    .contact-section {
        margin-top: 7rem;
        padding-top: 2.5rem;
    }
}

.contact-section__heading {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .contact-section__heading {
        margin-bottom: 3.5rem;
    }
}

.social-icon {
    width: 4rem;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.55);
}

.social-icon svg {
    width: 2.25rem;
    height: 2.25rem;
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.social-icon--viber {
    background: linear-gradient(145deg, #9b8cff 0%, #7360f2 100%);
    box-shadow: 0 12px 28px -8px rgba(115, 96, 242, 0.65);
}

.social-icon--telegram {
    background: linear-gradient(145deg, #4fc3f7 0%, #229ed9 100%);
    box-shadow: 0 12px 28px -8px rgba(34, 158, 217, 0.65);
}

.social-icon--tiktok {
    background: linear-gradient(145deg, #00f2ea 0%, #111 45%, #ff0050 100%);
    box-shadow: 0 12px 28px -8px rgba(255, 0, 80, 0.45);
}

.social-icon--facebook {
    background: linear-gradient(145deg, #4d9bff 0%, #1877f2 100%);
    box-shadow: 0 12px 28px -8px rgba(24, 119, 242, 0.65);
}

.social-icon--facebook-group {
    background: linear-gradient(145deg, #5aa0ff 0%, #0866ff 100%);
    box-shadow: 0 12px 28px -8px rgba(8, 102, 255, 0.65);
}
