.banner-box {
  padding-left: 45px;
  background-position: 101% center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
.banner-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000002c;
}
.global-banner .subtitle,
.global-banner .h2__size {
  color: #fff;
  z-index: 5;
  position: relative;
}
.global-banner .filled__button {
  position: relative;
  z-index: 5;
}
.h2__size.banner {
  font-size: clamp(32px, 2.083333333333333vw, 40px);
}
.banner-box .filled__button.black__button {
  padding: 11px 50px 11px;
}

@media only screen and (max-width: 992px) {
  .team-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-box {
    padding-left: 20px;
  }
}
