._container_1jrni_1 {
  padding: 20px 30px;
}
._container_1jrni_1 ._card_1jrni_4 {
  display: flex;
  max-width: 960px;
  flex-direction: column-reverse;
  margin: 0 auto;
  background-color: white;
  border-radius: var(--border-radius);
  overflow: hidden;
}
._container_1jrni_1 ._card_1jrni_4 ._content_1jrni_13 {
  padding: 2.5em;
}
._container_1jrni_1 ._card_1jrni_4 ._content_1jrni_13 h2 {
  margin-bottom: 1.25em;
}
._container_1jrni_1 ._card_1jrni_4 ._content_1jrni_13 a {
  margin-top: 1.25em;
}
._container_1jrni_1 ._card_1jrni_4 ._images_1jrni_22 {
  position: relative;
  height: 140px;
}
._container_1jrni_1 ._card_1jrni_4 ._images_1jrni_22 img._background_1jrni_26 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
._container_1jrni_1 ._card_1jrni_4 ._images_1jrni_22 img._floating_1jrni_34 {
  position: absolute;
  height: 200px;
  width: auto;
  right: 20px;
  bottom: -60px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 768px) {
  ._container_1jrni_1 ._card_1jrni_4 {
    flex-direction: row;
  }
  ._container_1jrni_1 ._card_1jrni_4 ._content_1jrni_13 {
    flex-basis: 62%;
  }
  ._container_1jrni_1 ._card_1jrni_4 ._images_1jrni_22 {
    flex-basis: 38%;
    position: relative;
    height: auto;
  }
  ._container_1jrni_1 ._card_1jrni_4 ._images_1jrni_22 img._background_1jrni_26 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  ._container_1jrni_1 ._card_1jrni_4 ._images_1jrni_22 img._floating_1jrni_34 {
    position: absolute;
    height: 90%;
    width: 90%;
    bottom: 5%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}