.team__box {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.team__box.last {
  justify-content: flex-start;
}

.team__text {
  position: absolute;
  background-color: #000;
  padding: 20px 25px 20px 20px;
  bottom: 25px;
  left: 0;
  font-size: 14px;
}

.team__text strong {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.team__box.last .team__text {
  top: 27%;
  bottom: auto;
  right: 0;
  left: auto;
}
@media only screen and (max-width: 1280px) {
  .uber-hero img {
    height: 400px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 991px) {
  .team__text {
    bottom: -70px;
    left: 0;
    font-size: 14px;
    width: 90%;
  }
  .team__box.last {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .team__box.last .team__text {
    top: auto;
    bottom: -70px;
    left: auto;
  }
  .uber-hero img {
    height: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .uber-hero img {
    height: 250px;
  }
}
