.fm-014-frame {
  background: url("../images/015/bg_leaves.png"), url("../images/015/bg_leaves_bottom.png"), url("../images/015/bg.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top left, bottom left, top left;
}

.fm-014-text-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 671px) {
  .fm-014-text-media {
    flex-direction: row;
  }
  .fm-014-text-media > :first-child {
    flex: 1.5;
  }
  .fm-014-text-media > :last-child {
    flex: 3;
  }
}
.fm-014-play {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 11em;
  margin-left: auto;
}
.fm-014-play img {
  flex-shrink: 0;
  width: 2em;
}