.main-img {
    background-image: linear-gradient(#008cbb30, rgb(0 0 0 / 45%)), url('../assets/img/ContactUs.png');
    background-position-y: center;
}
@media all and (max-width: 49.99em) {
    .main-img {
        background-position-y: top;
        background-size: 200%;
    }
}
@media all and (max-width: 29.99em) {
    .main-content {
        margin-bottom: -50px;
    }
}

@media all and (min-width: 29.99em) {
	.collaborate-content {
        margin-top: 0px !important;
        padding-top: 144px !important;
    }
}

.collaborate-content {
        margin-top: -157px;
        padding-top: 235px;
    }

.usa-card__body p {
    text-align: center;
}

.usa-card__header {
    margin-left: unset;
}

.how-we-collaborate h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
}

.how-we-collaborate div {
    margin-left: 50px;
}

.how-we-collaborate div:before {
    content: url('../assets/img/arrow.svg');
    display: inline-block;
    margin-left: -50px;
    margin-right: 25px;
}

.how-we-collaborate h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 2px;
    display: inline;
}

.how-we-collaborate p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 5px;
}
.more-information {
    background-color: #f5fafc;
}
.more-information img {
    width: 55px;
    height: 55px;
}

.more-information a {
    text-decoration: none;
}

.more-info {
    font-size: 17px;
    font-weight: 700;
    line-height: 25.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0078ae;
}

.usa-footer__primary-section {
    padding-top: 20px;
}
