article.node--type-gain.node--view-mode-teaser {
  border-radius: 16px;
  border: 1px solid #F1834D;
  overflow: hidden;
  background: white;
}
article.node--type-gain.node--view-mode-teaser .node__content {
  height: 100%;
}
article.node--type-gain.node--view-mode-teaser .node__content .field--name-field-image {
  width: 50%;
  padding-top: 56.25%;
  position: relative;
  float: left;
}
article.node--type-gain.node--view-mode-teaser .node__content .field--name-field-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
article.node--type-gain.node--view-mode-teaser .node__content .group.group-text {
  padding: 20px;
  width: 50%;
  float: left;
}
article.node--type-gain.node--view-mode-teaser .node__content .group.group-text .field--name-title {
  margin-bottom: 8px;
}
article.node--type-gain.node--view-mode-teaser .node__content .group.group-text .field--name-title span {
  font-size: 28px;
  color: #F1834D;
  font-weight: bold;
}
article.node--type-gain.node--view-mode-teaser .node__content .group.group-text .field--name-field-summary {
  color: #707070;
  font-size: 20px;
  height: 81px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  article.node--type-gain.node--view-mode-teaser {
    border-radius: 16px;
    border: 1px solid #F1834D;
    overflow: hidden;
    background: white;
  }
  article.node--type-gain.node--view-mode-teaser .node__content {
    height: 100%;
  }
  article.node--type-gain.node--view-mode-teaser .node__content .field--name-field-image {
    width: 100%;
    padding-top: 112.5%;
  }
  article.node--type-gain.node--view-mode-teaser .node__content .group.group-text .field--name-field-summary {
    height: 60px;
  }
  article.node--type-gain.node--view-mode-teaser .node__content .group.group-text {
    width: 100%;
  }
}