.bg-contact{
    background-color: rgba(255, 255, 255, 0);
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px;
    border-style: solid;
    background-size: cover;
    background-image: url("/assets/img/contact_us/Cover-Contact-us.png");
    height: 500px;
}

.fs-title {
    font-size: 71px;
}

.neg-ms-3{
    margin-left: -3rem;
}

.icons{
    color:#ffffff;
    font-size:21px;
    width:21px;
    background-color:#3b5998;
    border-color:#3b5998;
    border-radius:4px;
}

.mr-info-contact{
    margin-right: 6rem !important;
}


@media (min-width: 768px) {
    .mr-info-contact{
        margin-right: 3rem !important;
    }
}