.bg-protection{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/waf-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.bg-protection{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/waf-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-customprotection {
    top: 10rem;
}

@media (max-width: 768px) {
	.bg-protection{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/waf-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
		background-blend-mode: overlay;
		background-size: 200%;
		background-position: 0px -160px;
	}
}

@media (max-width: 768px) {
	.g-top-customprotection {
		top: 2rem;
	}
}

@media (min-width: 768px) {
	.g-min-height-301--md{
		min-height: 301px;
	}
}


.u-arrow-v1::before {
	left:20%!important;
}


@media (max-width: 768px) {
	.u-arrow-v1::before {
		left:50%!important;
	}
}