@media (min-width: 480px) {
  .logo {
    max-height: 44px;
  }
}

@media (max-width: 480px) {
  .logo {
    max-height: 36px;
  }
  .two_box_row_1{
    flex-direction: column;
  }
  .two_box_row_2{
    flex-direction: column;
  }
}

.section {
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-weight: 500;
  font-size: 1rem;
}

@media (min-width: 500px) {
  #about-pg {
    margin-left: 44px;
  }
}

.para {
  font-weight: 300;
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
}

.signature {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}

.testimonial-content {
  margin-top: 1rem;
  min-height: 178px;
}

.carousel-indicators {
  position: relative;  
}

@media (max-width: 767px) {
  #Testimonials {
    display: none;
  }
  .two_box_row_1{
    flex-direction: column;
  }
  .two_box_row_2{
    flex-direction: column;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.infolink a:hover {
  color: var(--bs-white);
}

.ml {
  margin-left: 2.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  #Follow {
    display: none !important;
  }
}

@media (orientation: landscape) {
  #info-1 {
    min-height: calc(100vh - 275px) !important;
  }
}

@media (orientation: portrait) and (max-height:930px) {
  #home {
    min-height: 100vh;
  }
}

@media (orientation:portrait) and (max-height: 1080px) {
  #info-1 {
    align-items: center!important;
  }
}

@media (orientation:portrait) and (min-height:560px) and (max-height: 930px) {
  #info-1 {
    min-height: calc(100vh - 375px) !important;
  }
}

.evnt {
  color: white;
  min-height: 280px;
}

.evnt-h {
  font-weight: 600;
}

@media (min-width: 400px) {
  .evnt-h {
    font-weight: 600;
    letter-spacing: 2px;
  }
}

@media (orientation: landscape) {
  #home {
    min-height: calc(100vh - 65px);
  }
}

