@media (max-width: 540px) {
  .tab {
    width: 100%;
    /* margin: 0 15px 0 18px; */
  }
  .tabcontent {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .carousel-box {
    top: 18%;
  }
  .top-bar-social {
    justify-content: start;
  }
  .conunterimage {
    min-height: 400px;
  }
}
