.venue-section .venue-card {
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid #ededed;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
  }
  
  /* .venue-section .venue-card .gallery-card {
    width: 292px;
  } */
  
  .venue-section .description span {
    font-weight: 600;
  }
  .venue-section .our-venue {
    margin-bottom: 6rem;
  }
  
  .venue-section .our-venue h4 {
    font-weight: 600;
  }
  
  .venue-section .our-venue-card {
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid #ededed;
    box-shadow: 3px 3px 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .venue-section .our-venue-card h5 {
    font-weight: 600;
  }
  
  .venue-section .our-venue-card .classroom-detail {
    border-bottom: 1px solid #d7d7d7;
  }
  
  .venue-section .our-venue-card .room-detail ul {
    padding-left: 1rem;
  }
  .venue-section .our-venue-card .card-footer {
    padding: 0;
    min-height: 57.11px;
  }
  .venue-section .our-venue-card .card-footer button {
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    min-height: 57.11px;
    font-size: 18px;
  }
  .venue-section .hire-button {
    margin-bottom: 5rem;
  }
  .venue-section .hire-button h4 {
    font-weight: 600;
  }
  
  .venue-section .hire-button h5 {
    font-weight: 400;
    font-size: 18px;
  }
  
  .venue-section .hire-button button {
    font-weight: 600;
    font-size: 18px;
  }
  
  .venue-section .img-card {
    height: 242px;
  }
  
  .venue-section .carousel-inner,
  .venue-section .carousel {
    height: 100%;
  }
  
  @media (max-width: 1200px) {
    .venue-section .venue-card .gallery-card {
      width: 100%;
    }
  }
  