#sh135-temp .section-tiles-grid-bottom .tiles-wrapper {display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;}
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper.owl-loaded {display: block;}
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper.owl-loaded .owl-dots {display: flex;}
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper .single-tile {padding: 30px; box-shadow: 0px 0px 12px 0px rgba(17, 17, 17, 0.24); border-radius: 20px;}
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper .single-tile .tile-heading {line-height: 1.5;}
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper .single-tile .tile-text {margin-top: 16px;}
.tile-icon {margin-bottom: 24px;}
.icon-width {width: 45px;display:block;}

.contrast #sh135-temp .section-tiles-grid-bottom .tiles-wrapper .single-tile {border: 2px solid rgba(112, 113, 115, 0.8) !important;}



@media all and (max-width: 992px) {
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper {grid-template-columns: repeat(2, 1fr);}
		#sh135-temp .section-tiles-grid-bottom .tiles-wrapper .single-tile {height: 100%;}
		#sh135-temp .section-tiles-grid-bottom .tiles-wrapper {overflow: hidden; grid-template-rows: repeat(2, auto); grid-auto-rows: 0px; padding: 16px;}
		.owl-carousel .owl-stage-outer .owl-stage {display: flex;padding: 24px 0;}
}

@media all and (max-width: 576px) {
#sh135-temp .section-tiles-grid-bottom .tiles-wrapper {grid-template-columns: 1fr;}
}