.upb .row {
  row-gap: 2.5rem;
}

@media (min-width: 992px) {
  .upb-content {
    padding-left: 2rem;
  }
}

.upb-content h1 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 0.9;
  font-family: "futura-pt",sans-serif;
  color: rgba(42, 27, 24, 0.31);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .upb-content h1 {
    font-size: 5rem;
  }
}

@media (min-width: 992px) {
  .upb-content h1 {
    letter-spacing: -3px;
    font-size: 6.375rem;
  }
}

.upb-content h2 {
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: "futura-pt",sans-serif;
  color: rgba(42, 27, 24, 0.68);
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .upb-content h2 {
    font-size: 2.4375rem;
  }
}

.upb-img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.upb-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
