.contact-box {
    background-color: #fff;
    box-shadow: var(--mainshadow);
}

.contact-social-media a {
    background-color: rgb(55 58 74);
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s linear !important;
}


.contact-social-media a img {
    width: 2.5rem;
}

.form-group-textarea{
    height: 9rem !important;
}

.form-group-textarea .form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label{
    font-size: 15px !important;
    font-weight: 400 !important;
}

@media (min-width: 0) {
    .contact-header-mobile {
        border-bottom: 2px solid rgba(149, 160, 177, .2);
    }

    .contact-header-address {
        border-top: 2px solid rgba(149, 160, 177, .2);
    }

}

@media (min-width: 576px) {
    .contact-header-mobile {
        border-left: 2px solid rgba(149, 160, 177, .2);
        border-bottom: unset;
    }

}