@media screen and (max-width: 767px) {
  .heroSection h2 span {
    width: 60px;
    height: 40px;
  }
  .accordion-card:hover {
    width: 100%;
  }
  .whoweAre .card {
    position: static !important;
  }
  .teamMember .elementor-widget-image::before {
    max-width: 100%;
  }
}
