.bg-ct-benefits{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/telephony-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-customprotection {
    top: 10rem;
}

@media (min-width:768px) and (max-width:991px){	
	.g-min-height-box--md{
		min-height: 430px!important;
	}		
}

@media (max-width: 768px) {
	.bg-ct-benefits{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/telephony-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
		background-blend-mode: overlay;
		background-size: contain;
		background-position: top;
	}
}

@media (max-width: 768px) {
	.g-top-customprotection {
		top: 2rem;
	}
}

@media (min-width: 768px) {
	.g-min-height-330--md{
		min-height: 330px;
	}
}

@media (min-width: 768px) {
    .g-pb-200--md{
		padding-bottom: 200px;
	}
}