section.module-dealer-contact .qrcode {
  max-width: 200px;
  margin: 0 auto; }

section.module-dealer-contact .d-none {
  display: none; }

@media screen and (min-width: 768px) {
  section.module-dealer-contact .d-md-block {
    display: block; } }

section.module-dealer-contact .row {
  max-width: 100%; }

section.module-dealer-contact .geo-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  section.module-dealer-contact .geo-data div:nth-child(2) {
    display: none; }
  @media screen and (min-width: 768px) {
    section.module-dealer-contact .geo-data div:nth-child(2) {
      display: block; } }
  @media screen and (min-width: 1024px) {
    section.module-dealer-contact .geo-data {
      flex-direction: row; } }

section.module-dealer-contact .storeaddress-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }
  section.module-dealer-contact .storeaddress-group .storeaddress {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px; }
    section.module-dealer-contact .storeaddress-group .storeaddress:first-child {
      margin-top: 15px; }
    section.module-dealer-contact .storeaddress-group .storeaddress svg {
      margin-right: 10px; }
    section.module-dealer-contact .storeaddress-group .storeaddress a {
      text-overflow: ellipsis;
      display: inline-block;
      max-width: 80vw;
      overflow: hidden; }

section.module-dealer-contact ul li {
  margin: 5px 0; }
  section.module-dealer-contact ul li label {
    min-width: 50px;
    display: inline-block; }
