.qt_three_tiles{background:linear-gradient(to right bottom,#fff,#ccc);background-repeat:no-repeat;background-size:cover;padding:100px 20px;position:relative}.qt_three_tiles .contentwrap{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1000px}.qt_three_tiles .contentwrap h2{color:#000;font-size:2.2rem;font-weight:900;line-height:1.2em;margin-bottom:20px!important;margin-top:20px!important;text-align:center}.qt_three_tiles .contentwrap .qt_tile_grid{column-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:40px;padding-left:10px;padding-right:10px;row-gap:30px}.qt_three_tiles .contentwrap .qt_tile_grid .qt_tile{background-color:#fff;border-radius:20px;-webkit-box-shadow:0 33px 109px -34px rgba(0,0,0,.44);-moz-box-shadow:0 33px 109px -34px rgba(0,0,0,.44);box-shadow:0 33px 109px -34px rgba(0,0,0,.44);display:flex;flex-direction:column;gap:0;padding:30px;transition:all .3s ease-in-out}.qt_three_tiles .contentwrap .qt_tile_grid .qt_tile img{height:100px;margin-bottom:24px;margin-right:auto;width:auto}.qt_three_tiles .contentwrap .qt_tile_grid .qt_tile .qt_color_border_left{background:linear-gradient(90deg,#fff,#fff) padding-box,linear-gradient(180deg,#f135a8,#579efc) border-box;border-left:4px solid #0000;padding-left:16px}.qt_three_tiles .contentwrap .qt_tile_grid .qt_tile .qt_color_border_left h3{font-size:22px;font-weight:900}@media screen and (max-width:800px){.qt_three_tiles .contentwrap .qt_tile_grid{grid-template-columns:1fr}}