.contact-us {
    padding: 3rem 0;
}

.contact-us .column {
    padding: 2rem;
}

.contact-us .title {
    font-size: 30px;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 2rem;
}

.contact-us .paragraph {
    font-size: 18px;
    color: var(--dark-gray-color);
    margin-bottom: 2rem;
}

.contact-us .contact, .contact-us .social-links {
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    gap: 1.5rem;
}

.contact-us .contact .image-box, .contact-us .social-links .image-box {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    background: linear-gradient(112.43deg, rgba(78, 63, 211, 0.12) 13.38%, rgba(119, 12, 129, 0.12) 93.59%);
}

.contact-us .contact .image-box img {
    width: 30px;
}
.contact-us .social-links .image-box img {
    height: 30px;
}
.contact-us .contact .details {
    padding-right: 1rem;
    font-size: 18px;
    color: var(--dark-gray-color);
}

@media (max-width: 992px) {
    .contact-us .column {
        padding: 1rem;
    }
}




