/* About Page */

@media (max-width: 575px) {
  
  
}


@media (max-width: 768px) {
  
}


@media (max-width: 992px) {
  .about_section .image_column {
    margin-top: 30px;
  }
  .about_section hr {
    margin: 15px 0;
  }
  
  .about_section h2 {
    text-align: center;
  }
  .about_section h4 {
    text-align: justify;
  }
  .about_section p {
    text-align: justify;
  }
  .about_section p.btn_wrapper {
    text-align: center;
  }
}


/* RESPONSIVE STYLES FOR GALLERY PHOTOS PAGE */

@media only screen and (max-width: 540px) {
  .intro__text .intro__subtitle {
    text-align: center;
  }

  .intro__text .intro__title {
    text-align: center;
  }

  #gallery-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #gallery-set li > a {
    text-transform: uppercase;
  }

  #gallery-set li > a.selected {
    background-color: hsl(40deg, 80%, 60%);
    color: hsl(0deg, 0%, 100%);
    border-color: transparent;
    outline: none;
  }

  #gallery-more-btn {
    background-color: hsl(40deg, 80%, 60%);
    color: hsl(0deg, 0%, 100%);
    font-weight: 600;
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
  }
}

/* RESPONSIVE STYLES FOR NATUROPATHY PHOTOS PAGE */

/*@media only screen and (max-width: 540px) {*/
 
/*  .section-heading .subtitle {*/
/*    width: max-content !important;*/
/*    margin: 0 auto !important;*/
/*  }*/

 
/*}*/

/* testimonials page */
/*@media (max-width: 1000px) {*/
/*  .hwp_testimonials .usr_name::before {*/
/*    left: 4px;*/
/*  }*/
/*}*/

/* Changes made by Arhan */
/*@media only screen and (max-width: 380px) {*/
/*  .about-us {*/
/*    margin-top: 30px !important;*/
/*    padding: 50px 0 90px;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 768px) {*/
/*  .team-section {*/
/*    padding-top: 0;*/
/*  }*/
/*}*/
