.bg-protection-features{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/ddos-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: 310px!important;
	}	
	.g-min-height-box2--md{
		min-height: 440px!important;
	}
}

@media (max-width: 768px) {
	.bg-protection-features{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/ddos-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-box--md{
		min-height: 370px;
	}
	.g-min-height-box2--md{
		min-height: 349px;
	}
}

@media (min-width: 768px) {
    .g-pb-200--md{
		padding-bottom: 200px;
	}
}