    h2 {
      font-weight: 700;
      font-size: 40px;
    }

    .section {
      padding: 4rem 1rem;
    }

    .fade-in {
      animation: fadeIn 1s ease-in-out;
      
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .rounded-img {
      border-radius: 1rem;
      width: 100%;
      height: 65vh;
      object-fit: cover;
    }
    .col-md-6 h5{
        text-align: left;
        font-weight: 700;
        margin-right: 200px;
    }
  
      .testimonial-bg {
  background-image: url('../Images/AboutBui.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; 
  background-size: cover;
  padding: 4rem 1rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.testimonial-card {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 1rem;
}

.stars {
  color: gold;
}

.testimonial-name {
  margin-top: 1rem;
  font-weight: 600;
}
.location h3{
 
    font-weight: bold; 
    font-size: 50px;          
    display: flex;           
    
}
.location{
       padding: 4rem 1rem;
       background-color: #fff;
       width: 100vw;
       display: flex;
  justify-content: center;

    }
    .location .container-fluid {
  max-width: 1200px; 
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.location .row {
  align-items: center;
}
   
.map-responsive iframe {
  border: none;
  width: 100%;
  height: 400px;
  border-radius: 0.75rem;
}


   