.venue-details {
  margin-bottom: 20px;

  img {
    max-width: 100%;
    height: auto;
  }

  .venue-details-main, .venue-location {
    display: flex;
    gap: 1em;

    .venue-description, .venue-contact {
      flex: 1;
    }

    .venue-photo {
      flex: 0 0 30%;
    }

    .venue-location-map {
      flex: 0 0 50%;
    }
  }
}
