section.showroom{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4rem;margin-bottom:5rem}section.showroom .showroom-get-taxi{display:flex;flex-direction:row;align-items:center;grid-column:span 2}section.showroom .showroom-get-taxi .caption{margin-right:3rem;font-size:1.8rem}section.showroom .showroom-get-taxi .btn-showroom{text-transform:uppercase}section.showroom .showroom-advantages{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem}section.showroom .showroom-advantages .showroom-advantage .name{margin-bottom:1rem;color:#fe5000;font-size:2.2rem;font-weight:700;text-transform:uppercase;line-height:1}section.showroom .showroom-advantages .showroom-advantage .text{font-size:1.4rem;line-height:1.4}