.btn, button {
	white-space: normal !important;
}
.hero-grid .card-img-bg {
    background-position: 0% 50% !important;
}
.TnC .accordion>button {
    text-align: center !important;
}
.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;
	}
	.mobile-app .btn, .mobile-app button {
		margin: 0 auto!important;
	}
}


/* Card */
[class^=dls-card][class*=-lg] {
  max-width: 100%;
}
[class^=dls-card][class*=-lg] + h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-art > div {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
.col-md-2 .dls-card-md {
    width: 6.525rem!important;
    height: 4.075rem!important;
}
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
.col-md-2 .dls-card-lg {
    height: 5.1875rem!important;
}
}
@media (min-width: 1279px){
.col-md-2 .dls-card-lg {
    height: 7.1875rem!important;
	width: 11.4rem!important;
}
}