.bg-why{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/zoho-why-my.t.png) no-repeat center center, rgba(0, 0, 0, 0);	
    background-blend-mode: overlay;
    background-size: cover;
}


.g-top-customprotection {
    top: 7rem;
}

@media (min-width:768px) and (max-width:991px){	
	.g-min-height-box--md{
		min-height: 235px!important;
	}
	.g-min-height-box2--md {
        min-height: 290px!important;
    }	
}

@media (max-width: 768px) {
	.bg-why{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/zoho-why-my.t.png) 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-box--md{
		min-height: 205px;
	}
	.g-min-height-box2--md{
		min-height: 265px;
	}
}