/* .service__banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/dubai/herp-img.webp);
} */
.services__grid {
    row-gap: 24px;
    max-width: 75%;
    margin: 0 auto;
}
.dubai-clients-logo .clients__logo{
	width: 130px;
}
.idea-banner .growth-banner__wrapper{
	gap: 40px;
}
.idea-banner .growth-banner__content {
    gap: 40px;
}
.aus-hire .growth-banner__cta {
    width: 18%;
}
@media (max-width: 1300px){
/*     .service__banner {
        min-height: 800px;
        display: flex;
        align-items: center;
    } */
}
@media (max-width: 991px){
	.services__grid {	
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	br{
		display:none;
	}
}