/* Tablet (≤ 991px) */
@media (max-width: 991px) {
  /* your responsive CSS for tablet here */
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
  /* #slider-2-slide-6-layer-2 , #slider-2-slide-6-layer-4{
    font-size: 20px !important;
    line-height: 30px !important;
} */
  /* your responsive CSS for mobile here */

  .logo-img {
    max-height: 60px !important;
  }
  .home-page .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image,
  .home-page .pbmit-ihbox-contents,
  .home-page .counter-one_box {
    text-align: center;
  }
  .home-page .yoga-placeholder {
    max-height: 200px;
  }
  .home-page .contact-buttons .pbmit-btn.me-5 {
    margin-right: 0px !important;
    margin-bottom: 15px;
  }
  .home-page .call-to-action-section .pbmit-button-text {
    font-size: 10px;
  }
  .pbmit-title-bar-wrapper,
  .pbmit-title-bar-content {
    background-size: auto;
  }

  .about-page .counter-one_box{
    text-align: center !important;
  }
}
