
.bg-managedservices{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/managed-services-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}


.g-custom-benefitsbox{
	min-height: 330px;
}

.g-top-customprotection {
    top: 4rem;
}

.g-min-height-box--md{
	min-height:400px;
}

@media (min-width:768px) and (max-width:991px){	
	.g-custom-benefitsbox{
		min-height: 335px!important;
	}
	.g-min-height-box--md {
        min-height: 382px!important;
    }	
}

@media (max-width: 768px) {
	.g-top-customprotection {
		top: 2rem;
	}
	.g-min-height-box--md{
		min-height:200px;
	}
}