.ow-locations .dealer-location-map {
  position: relative;
  width: 100%; }
  .ow-locations .dealer-location-map .g-map {
    display: flex;
    width: 100%;
    margin-bottom: 30px; }
    .ow-locations .dealer-location-map .g-map iframe {
      width: 100%; }
  .ow-locations .dealer-location-map .description {
    font-size: 20px;
    color: #000; }
    @media screen and (min-width: 0) {
      .ow-locations .dealer-location-map .description {
        font-size: 20px; } }
    @media screen and (min-width: 768px) {
      .ow-locations .dealer-location-map .description {
        font-size: 20px; } }
    @media screen and (min-width: 992px) {
      .ow-locations .dealer-location-map .description {
        font-size: 20px; } }
    @media only screen and (min-width: 992px) {
      .ow-locations .dealer-location-map .description {
        font-size: 22px; } }
  @media only screen and (min-width: 992px) and (min-width: 0) {
    .ow-locations .dealer-location-map .description {
      font-size: 22px; } }
  @media only screen and (min-width: 992px) and (min-width: 768px) {
    .ow-locations .dealer-location-map .description {
      font-size: 24px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .ow-locations .dealer-location-map .description {
      font-size: 24px; } }

.ow-locations .description a {
  color: #004494 !important;
  font-weight: bold; }
