.contact-section-address > h2,
.contact-section-phone > h2,
.contact-section-social > h2 {
    border-bottom: 2px solid #000;
}
.contact-wrapper {
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-inline: 10vw;
    justify-content: center;
    margin-top: 2rem;
    font-weight: 700;
}

.contact-links {
    margin-top: 20px;
}

.contact-link,
.phone-wrapper {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-block: 0.25rem;
    background-image: linear-gradient(#000, #000);
    background-size: 0% 0.1em;
    background-position-y: 80%;
    background-position-x: 40px;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    color: #000;
}

.contact-link:hover {
    background-size: calc(70% - 40px) 0.1em;
}

.phone-wrapper {
    display: block;
}

.contact-link img,
.phone-wrapper img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.contact-links {
    margin-top: 20px;
}

.phone-wrapper {
    margin-top: 10px;
}

.contact-section-social,
.contact-section-phone,
.contact-section-address,
.contact-section-other {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    width: 25vw;
}

@media screen and (max-width: 1000px) {
    .contact-section-social,
    .contact-section-phone,
    .contact-section-address,
    .contact-section-other {
        width: 80vw;
    }
}
