.more-button {
  display: none;
}

@media screen and (max-width: 992px) {
  .more-button {
    display: none;
  }
  .reference_mid {
    transform: rotate(0deg);
  }
  .wrapper #reference .half-content .quarter-content h1 a {
    color: var(--Main-color, #007295);
    font-family: "BlissPro";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 98.3%; /* 29.49px */
    text-transform: uppercase;
  }
  .wrapper main#dealer-info .info-content .content-img {
    bottom: -50px;
  }
  .wrapper main#dealer-info .info-content {
    padding-top: 30px;
    left: unset;
    right: unset;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .wrapper main#dealer-info .info-content {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 105px;
  }
  .wrapper main#dealer-info .info-content .content-text:nth-of-type(2),
  .wrapper main#dealer-info .info-content .content-text:last-of-type {
    display: none;
  }
  .wrapper main#dealer-info .info-content.js-show .content-text:nth-of-type(2),
  .wrapper main#dealer-info .info-content.js-show .content-text:last-of-type {
    display: block;
  }
  .more-button {
    display: block;
    margin-bottom: 120px;
    margin-top: 15px;
    text-align: center;
  }
  .wrapper main#dealer-info .info-content.js-show .more-button{
    display: none;
  }

  .more-button button {
    margin: auto;
    padding: 16px 45px;
    border-radius: 7.883px;
    border: 1px solid var(--Main-color, #007295);
    color: var(--Main-color, #007295);
    text-align: center;
    font-family: "BlissPro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 134.2%; /* 24.156px */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    background: transparent;
    transition: 0.2s;
  }
  .more-button button:hover {
    background: var(--Main-color, #007295);
    color: var(--White, #fff);
  }
  .wrapper main#dealer-info .info-content .content-img {
    max-width: 280px;
    width: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 260px;
    bottom: unset;
  }
  .wrapper main#dealer-info .info-content.js-show .content-img {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .wrapper #reference {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wrapper #reference span.reference_mid {
    width: 100%;
    height: 1px;
  }
  .wrapper #reference .half-content .quarter-content h1 a {
    color: var(--Main-color, #007295);
    font-family: "BlissPro";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 98.3%; /* 29.49px */
    text-transform: uppercase;
  }

  .wrapper #dealer-map{
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*# sourceMappingURL=dealers-resp.css.map */
