.single-car-bottom-menu .menu{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(24.125rem,1fr))}@media (max-width:900px){.single-car-bottom-menu .menu{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.single-car-bottom-menu .menu{grid-template-columns:1fr}}.single-car-bottom-menu .menu-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fafafa;font-size:1.25rem;font-weight:600;letter-spacing:-.0125rem;line-height:130%;padding:1.5rem;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media (max-width:1024px){.single-car-bottom-menu .menu-item a{font-size:1rem;font-weight:600;letter-spacing:-.02rem;line-height:150%}}.single-car-bottom-menu .menu-item a:hover{background-color:#efefef}