.banner .banner__content {
  display: grid;
  place-items: center;
}
.banner .banner__content .banner__box {
  width: 100%;
}

.banner__heading {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  line-height: 69.9px;
}
@media (min-width: 768px) {
  .banner__heading {
    font-size: 58px;
  }
}
