/* Relationship You post-feedback responsive refinements. */
@media (max-width: 767px) {
  #main-header .logo_container > a {
    width: 255px !important;
    max-width: calc(100vw - 112px) !important;
  }

  #main-header #logo {
    width: 255px !important;
    max-width: calc(100vw - 112px) !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  #main-header .logo_container > a {
    width: 300px !important;
    max-width: calc(100vw - 120px) !important;
  }

  #main-header #logo {
    width: 300px !important;
    max-width: calc(100vw - 120px) !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media (min-width: 981px) and (max-width: 1121px) {
  .ry-contact-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
