
.bg-globalmpls-features{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/global-benefits-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-custom {
    top: 4rem;
}

.g-min-height-box--md{
	min-height:288px;
}

@media (min-width:768px) and (max-width:991px){		
	.g-min-height-box--md {
        min-height: 260px!important;
    }	
}

@media (max-width: 768px) {
	.g-top-custom {
		top: 2rem;
	}
	.g-min-height-box--md{
		min-height:200px;
	}
}