@media screen and (max-width: 640px) {
  header > section > a {
    width: 100%;
    max-width: 122.609px;
    height: 30px;
  }
  .video-section{
    height: 201px !important;
  }

  .logo {
    margin-left: -16px;
    margin-top: -12px;
    max-width: 122.222px;
    height: 40px;
  }
  .contact-us {
    max-width: 150px;
    max-height: 36px;
    font-size: 14px;
  }
  .mt-responsive {
    margin-top: 35px;
  }
  .workshop-include-main {
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    gap: 9rem;
  }
  .workshop-include-section {
    position: relative;
  }

  .workshop-include-section > div {
    padding-top: 58px;
  }
  .workshop-include-section-image-parent {
    max-width: 246px;
    position: absolute;
    top: -8rem;
  }
  .workshop-not-for{
    font-size: 24px !important;
  }
  .workshop-not-subheading{
font-size: 14px;
  }
  .grid-responsive {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-responsive {
    grid-template-columns: repeat(3, 1fr);
  }
  .counter-card {
    width: 55px;
    height: 49.049px;
  }
  .counter-card h6 {
    font-size: 20px;
  }
  .counter-card p {
    font-size: 12px;
  }
  .modal-content {
    max-width: 90%;
  }
  .benefits-subheading {
    margin-top: 0px;
  }
  .testimonial-div {
    padding-top: 0px !important;
    margin-top: 20px;
  }
  .testimonial-main {
    margin-top: 0px;
  }
  .testimonial-heading {
    display: none;
  }
  .testimonial-heading-mobile {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
  .footer-bottom-ty {
    height: 125px;
  }
  .footer-ul,
  .ty-footer-ul {
    flex-direction: column;
  }
  .step.active .circle .number {
    padding-top: 4px;
  }
}
@media screen and (max-width: 430px) {
  .video-section{
    height: 217px !important;
  }
}
@media screen and (max-width: 390px) {
  .video-section{
    height: 195px !important;
  }
}

