@media screen and (max-width: 600px) {
 
  /* Hamburger menu  */

  .burgerMenuContainer .search {
    width: 100%!important;
    height: 50px;
  }

  .burgerMenuContainer.is-active {
    top: 0;
  }

  /* header navbar  */

  .authItems {
    height: 50px;
    width: 100%!important;
  }

  /* comments section  */

  .commentContainer {
    height: 250px;
    width: 100%;
    justify-content: center;
  }

  /* insurances type section  */

  .insurancesItem {
    width: 100%;
    height: unset;
    aspect-ratio: 1 / 1;
  }
}
