.hero .card-title {
    font-weight: 500;
    line-height: 1.3;
}
.mb-img {
	display: none;
}
.dt-img {
	display: block;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.mb-img {
		display: block !important;
	}
	.dt-img {
		display: none !important;
	}
	.mgm-module .richtext, .iap-module .richtext, .ngv p , .ngv h2, .lounge p , .lounge h2{
		padding-right: 1.25rem!important;
		padding-left: 1.25rem!important;
	}
	.mgm-module .grey-button, .iap-module .grey-button, .ngv-module .grey-button, .lounge-module .grey-button {
		padding-left: 1.25rem!important;
	}
}

/*new*/
@media (min-width: 768px) {

.hero-mob {
    display:none;
}
}

@media only screen and (max-width: 767px) {
   .hero{
       display:none;
   }
   
}