.comparison-chart{display:flex;flex-direction:column}.comparison-chart .img-wrap{margin:0 auto}.comparison-chart .img-wrap:first-of-type{position:relative}.comparison-chart .img-wrap:first-of-type:after{color:#fff;content:"vs.";display:flex;flex-direction:column;font-size:48px;height:64px;justify-content:center;line-height:1;margin:1rem auto;text-align:center;width:64px}.comparison-chart img{height:auto;max-width:100%}@media(min-width:992px){.comparison-chart{grid-gap:128px;display:grid;grid-template-columns:repeat(2,1fr)}.comparison-chart .img-wrap:first-of-type:after{bottom:unset;left:unset;position:absolute;right:-96px;top:calc(50% - 32px)}}