.object-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
  /*justify-content: center;*/
  gap: 2rem;
}

.flex .vertical,
.flex .st-item {
  width: 48%;
}

.st-item {
  position: relative;
}

.column3 .st-item {
  width: 33.333334%;
}

.column3 .copy {
  height: 150%;
}

.st-item .st-image,
.st-item .image-module {
  width: 100%;
}

.st-item-content {
  position: absolute;
  bottom: 0;
  padding: 4% 12%;
  width: 100%;
}

.st-item-content.dark-text-light-panel {
  background-color: rgba(243, 244, 246, 0.95);
}

.st-item-content.dark-text-light-panel .headline {
  color: #83838f;
  margin: 0;
}

.primary-link.parent-level-link {
  display: block;
}

.flex .image-module {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.flex .p4 {
  font-size: .8rem;
  margin-top: .5rem;
}

.grid-container {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.p4 {
  color: #747481;
}

.t7 {
  font-size: .9375em;
  line-height: 1.46667;
  color: #2f353d;
}

.headline-small {
  font-size: 1rem;
  line-height: 1.53846;
}

@media screen and (max-width: 639px) {
  .flex {
    flex-direction: column;
  }

  .flex .vertical,
  .flex .st-item {
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .column3 .copy {
    height: auto;
  }

  .flex .image-module {
    margin-top: .5rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .st-item-content {
    padding: 3% 6% 4%;
    width: 100%;
  }

  .flex .toutcopy {
    text-align: center;
  }

  .headline-small {
    display: none;
  }
}
