.contents-2 .obj-figure {
  border-radius: 1rem;
  overflow: hidden;
}
.contents-2 .obj-figure:last-child {
  margin: 0;
}
.contents-2 .obj-figure img {
  max-width: 100%;
  height: auto;
}

.features-1 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 30px;
}
.features-1 .row .obj-link img {
  margin: 0;
  max-width: 100%;
  height: auto;
}