.fm-017-frame {
  background: url("../images/017/bg.png");
  background-repeat: repeat-y;
}

.fm-017-frame-02 {
  background-image: linear-gradient(to right, #7dc7b8, #039b82, #7dc7b8);
}

.fm-017-frame-03 {
  background-color: #d5eeea;
}

.fm-017-text-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 671px) {
  .fm-017-text-media {
    flex-direction: row;
  }
  .fm-017-text-media > :first-child {
    flex: 2;
  }
  .fm-017-text-media > :last-child {
    flex: 3;
    flex-shrink: 0;
  }
}