.service__banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/new-york/hero-image.png);
}
.usa-mid-banner .growth-banner__content {
    gap: 60px;
}
.usa-mid-banner .growth-banner__body {
    width: 85%;
}
.usa-mid-banner .growth-banner__cta {
    width: 16%;
    justify-content: end;
    display: flex;
}
@media screen and (max-width: 1399px) {
    .service__banner .hero__title {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .usa-mid-banner .growth-banner__content {      
        width: 100%;
		justify-content: center !important;
    }
}