.service__banner.au-banner {
    background-image: url(../../images/country/au.webp);
    position: relative;
}
.service__banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.service__banner.uk-banner{
	background-image: url(../../images/country/uk.webp);
	position: relative;
	background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}