.main-img {
    background-image: url('../assets/img/ContactUs.png');
    background-position-y: top;
}
@media all and (max-width: 29.99em) {
    .main-img {
        background-position-y: top;
        background-size: contain;
    }
}

.contact {
    border-top: 1px solid #c0c2c4;
}
@media all and (min-width: 29.99em) {
    .contact {
        border-left: 1px solid #c0c2c4;
        border-top: unset;
    }
	.collaborate-content {
        margin-top: -53px !important;
        padding-top: 110px !important;
    }
}

.collaborate-content {
    margin-top: -177px;
    padding-top: 212px;
}

.support-resources {
    padding: 0px;
}

.support-resources .grid-col-3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.support-resources .grid-col {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.support-resources .grid-col a,
.contact a {
    color: #0078ae;
    text-decoration: none;
}

.contact .usa-card__heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #565c65;
}

.contact,
.contact p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
