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

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

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

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

.twos-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) {
  .twos-content h2 {
    font-size: 2.4375rem;
  }
}

.twos-img {
  position: relative;
  padding-top: 113.29787234%;
  overflow: hidden;
}

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