.teaser--wrapper {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 48em) {
  .teaser--wrapper {
    flex-direction: row;
  }
}

/* Two Col */
@media all and (min-width: 48em) {
  .two-column .teaser--wrapper {
    flex-direction: column;
  }
}

.teaser--img {
  width: 100%;
  text-align: center;
  margin: 0 auto 18px 0;
}

.component .teaser--img img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 48em) {
  .teaser--img {
    max-width: 300px;
    padding: 0;
    margin: 0 60px 0 0;
    flex: none;
  }
}

/* Two Col */
.two-column .teaser--img {
  margin: 0 0 30px 0;
}

@media all and (min-width: 48em) {
  .two-column .teaser--img {
    max-width: unset;
    margin: 0 0 30px 0;
  }
}

.main-content-wrapper h2.teaser--header-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}

.main-content-wrapper  h2.teaser--header-link a:hover {
  text-decoration: none;
}

@media all and (min-width: 48em) {
  .main-content-wrapper h2.teaser--header-link {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}