.service-item{
    height: 300px;
}
.about-us-img img {
    position: relative;
width: 450px !important;
height: 450px !important;
    object-fit: cover !important;
    border-radius: 50%;
    z-index: 1;
} 

.section-title-content-show{
    display: none !important;
  }
  .section-title .show-hide-text-new{
    display: none !important;
  }
  @media only screen and (max-width: 600px) {
    .hidden-text{
      display: none;
    }
    .show-text{
      display: block;
    }
    .section-title-content-hidden{
      display: none !important;
    } 
    .section-title-content   .section-title-content-show{
      display: block !important;
    }
    .section-title .hide-i{
      display: none !important;
    }
    .section-title .show-hide-text-new{
      display: block !important;
 
    }
    .section-title h1{
        font-size: 50px;
    }
    .about-us-img img {
      position: relative;
      width: 301px !important;
      height: 300px !important;
      object-fit: cover !important;
      border-radius: 50%;
      z-index: 1;
  }
    }
    .service-item{
        height: 350px !important;
    }
    .service-item-body .text-service{
        padding: 20px 0px;
    }
    .page-header {
      position: relative;
      padding-top: 100px !important ;
      z-index: 1;
  }
  .page-gallery {
    position: relative;
    padding: 0px 0 150px !important;
    z-index: 1;
}
.section-btn {
  text-align: center !important;
  margin-top: 20px !important;
}
html{
  scroll-behavior: smooth;
}