.alerts-box {
  position: absolute;
  width: fit-content;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .alerts-box {
    top: 280px;
    width: 90%;
  }
}