.button:hover::after,
.button:focus::after {
  box-shadow: none !important;
}
.banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.banner__heading {
  font-size: 80px;
  line-height: 1em;
  font-weight: 400;
  max-width: 555px;
}
.banner__text {
  margin-bottom: 5px;
}


