@keyframes bounce2{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}body .vehicles-section{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;margin:0 auto;padding:35px;text-align:center;width:100%}@media (max-width:1024px){body .vehicles-section{grid-template-columns:auto;grid-template-rows:auto auto}}@media (max-width:768px){body .vehicles-section{margin:0 auto;padding:0}}body .vehicles-section .text-section{padding:17.5px}@media (max-width:1024px){body .vehicles-section .text-section{margin:0;width:100%}}body .vehicles-section .text-section .subtitle{color:#43754b;margin:0 0 25px;max-width:550px;padding:0 15px;text-align:left}@media (max-width:1024px){body .vehicles-section .text-section .subtitle{margin:15px auto;max-width:500px;text-align:center}}body .vehicles-section .text-section .tiles-container{display:flex;flex-wrap:wrap;justify-content:center}body .vehicles-section .text-section .tiles-container .vehicle-tile{align-items:center;background:#f7f7f7;box-shadow:0 0 11px 0 rgba(35,55,71,.1);color:#43754b;display:flex;flex-direction:column;font-size:20px;font-weight:400;justify-content:center;line-height:30px;margin:10px;padding:25px;position:relative;text-align:center;width:calc(33.333% - 20px)}body .vehicles-section .text-section .tiles-container .vehicle-tile.scroll{transform:none;transition:transform .3s ease-in-out}body .vehicles-section .text-section .tiles-container .vehicle-tile.scroll:not([disabled]):hover{transform:scale(1.1)}@media (max-width:1280px){body .vehicles-section .text-section .tiles-container .vehicle-tile{font-size:18px;line-height:20px}}@media (max-width:768px){body .vehicles-section .text-section .tiles-container .vehicle-tile{width:calc(50% - 20px)}}@media (max-width:640px){body .vehicles-section .text-section .tiles-container .vehicle-tile{padding:15px;width:calc(100% - 20px)}}body .vehicles-section .text-section .buttons-container{display:flex;flex-direction:row;justify-content:center;margin-top:10px}body .vehicles-section .text-section .buttons-container .btn{max-width:unset;min-width:33%;padding:25px}@media (max-width:1024px){body .vehicles-section .text-section .buttons-container .btn{min-width:calc(33% - 20px)}}@media (max-width:768px){body .vehicles-section .text-section .buttons-container .btn{font-size:18px}}@media (max-width:640px){body .vehicles-section .text-section .buttons-container .btn{font-size:18px;padding:15px 25px}}body .vehicles-section .content-section{align-items:center;display:flex;height:100%;justify-content:center;max-height:calc(100lvh - 150px);position:sticky;top:150px}@media (max-width:1024px){body .vehicles-section .content-section{height:auto;top:0;top:unset;width:100%}}body .vehicles-section .content-section img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}