@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .hero-section h2 {
    font-size: 10vw;
    font-weight: 700;
  }
}

@media only screen and (max-width: 1500px) {
  nav {
    max-width: 1320px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-section .svgs-icons img {
    width: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  nav {
    width: 100%;
    margin: 0 auto;
  }
  .phone-image img {
    display: block;
    width: 100%;
    height: 550px;
    border-radius: 20px;
    object-position: center center;
    object-fit: cover;
    image-rendering: auto;
  }
  /* #sresearch {
    font-size: 5vw;
    line-height: 40px;
  } */
}

@media only screen and (max-width: 767px) {
  #sresearch {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 567px) {
  .work-heading {
    padding-top: 46px;
    padding-bottom: 38px;
  }
  .work-heading h1 {
    min-height: 2.12em;
    font-size: clamp(40px, 12vw, 48px);
  }
  .hero-section h2 {
    font-size: 56px;
    font-weight: 700;
  }
  .hero-section .svgs-icons img {
    width: 40px;
  }
  nav {
    margin: 0px !important;
    width: 100%;
  }
  .about-us h3 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
  }
  .research3 {
    width: 290px !important;
  }
  #sresearch {
    display: none;
  }
}
