.bg-coverage5g {
    background-color: #003b5c;
}

.bg-benefits{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/myt-everywhere-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-size: cover;
}

.g-top-custombenefits {
    top:6rem;
}


.g-custom-benefitsbox{
	min-height:245px;
}

.g-custom-offerbox{
	min-height:308px;
}

.g-min-height-box--md{
	min-height: 160px;
}

@media (min-width: 992px) {
    .col-custom5 {
        flex: 0 0 20%;
        max-width: 20%;
		padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px){	
	.g-custom-offerbox{
		min-height:268px;
	}
	.g-min-height-box--md{
		min-height: 158px!important;
	}
}
@media (max-width: 768px) {
	.g-top-customprotection {
		top: 2rem;
	}
}
@media (max-width: 767px){
	.g-custom-offerbox{
		min-height:333px;
	}
}	