.pro-honda-landing-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  padding: 0 22px; }
  .pro-honda-landing-page--title {
    padding: 0;
    margin: 50px 0 0;
    font-size: 2.2em; }
  .pro-honda-landing-page .vehicle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px 30px;
    border: 1px solid #cb2f2a;
    margin: 20px 80px;
    position: relative; }
    .pro-honda-landing-page .vehicle-options-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      padding: 70px 0; }
      @media only screen and (max-width: 1017px) {
        .pro-honda-landing-page .vehicle-options-container {
          padding: 20px 0; } }
    @media only screen and (max-width: 1017px) {
      .pro-honda-landing-page .vehicle {
        padding: 20px 30px;
        margin: 16px; } }
    .pro-honda-landing-page .vehicle:first-child:before {
      content: '';
      position: absolute;
      right: -85px;
      top: 0;
      height: 70%;
      background: #dedede;
      border-radius: 8px;
      width: 1px;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 1017px) {
        .pro-honda-landing-page .vehicle:first-child:before {
          content: none; } }
    .pro-honda-landing-page .vehicle img {
      padding: 0 0 10px 0; }

/*# sourceMappingURL=home.css.map */
