@media (min-width: 992px) {
    .col-custom5 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.bg-solutions{
	background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/email-security-bg.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    background-size: cover;
}

.g-top-customsolutions {
    top: 8rem;
}

@media (max-width: 768px) {
	.bg-solutions{
		background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/email-security-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-customsolutions {
		top: 2rem;
	}
}

@media (min-width:768px) and (max-width:991px){	
	.g-min-height-box2--md {
        min-height: 215px!important;
    }
}

@media (min-width: 768px) {
	.g-min-height-215--md{
		min-height: 215px;
	}
}