
@media(max-width: 576px){
  ul.shaps-img {
    display: none;
  }
  .footer-try {
    padding-bottom: 60px;
  }
  .hero-section.three .hero-text,
  .hero-section.two .hero-text {
    width: 100%;
  }
  .hero-section.two .review {
    margin-top: 40px;
   }
  .presenting {
    justify-content: center;
    text-align: center;
  }
  .clients-img img {
    border-radius: 50%;
     margin-right: 12px;
    width: 56px;
  }
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
   .no-top{
    padding-top: 0;
  }
  .no-bottom{
    padding-bottom: 0;
  }
  .clients {
    width: 380px;
  }
  .hero-text h2 {
    line-height: 56px;
    font-size: 44px;
  }
  .heading h2 {
    font-size: 34px;
  } 
  .presenting {
    flex-wrap: wrap;
    gap: 30px;
  }
  .presenting i {
    width: 90px;
    height: 90px;
    font-size: 54px;
    margin-right: 0;
    margin-left: 10px;
}
   .presenting i:after {
     width: 88px;
    height: 88px;
   } 
  .presenting:hover i:after {
    border: 53px solid #444;
  }
}
@media(max-width: 500px){
  .top-bar a {
      font-size: 14px;
   }
   .hero-section.two {
    padding-top: 160px;
    }
   .hero-text p {
    font-size: 18px;
     line-height: 28px;
  }
   .footer-try h2 {
    font-size: 42px;
  }
   .clients-img h3 {
    font-size: 16px;
    padding-bottom: 0;
  }
  .hs-responsive-embed-youtube iframe {
     height: 320px;
  }
}
@media(max-width: 480px){
  .presenting {
    margin-top: 40px;
    width: 100%;
    gap: 30px;
  }
  .top-bar a i {
    font-size: 18px;
    padding-top: 6px;
    margin-right: 5px;
}
  .hero-section.for .hero-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .hs-responsive-embed-youtube iframe {
    margin-top: 46px;
  }
  .presenting i {
     margin-right: 10px;
     margin-left: 10px;
  }
  .clients {
    width: 320px;
  }
  .clients p {
    font-size: 12px;
    line-height: 22px;
  } 
}
