.feature {
  margin-bottom: 2rem;
}

.feature_kv {
  margin-bottom: 0;
}

.feature_kv img{
  display: block;
  width: 100%;
}

.feature_content{
  margin: 64px 6vw;
}

.feature_content h2 {
  margin: 4vw 0;
  font-size: 1.875rem;
  text-align: center;
  font-weight: normal;
  color: #000000;
  line-height: 1.7;
}

.feature_content p {
  margin: 32px 0;
  line-height: 2.0;
}

.feature_content p:first-child {
  margin-top: 0;
}

.feature_content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .feature_kv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .feature_content{
    margin: 8vw 4vw;
  }

  .feature_content h2 {
    font-size: 1.375rem;
    margin: 1.5em 0;
  }

  .feature_content p {
    margin: 8vw 0;
    line-height: 1.7;
    font-size: 0.937rem;
  }

  .feature_search {
    margin-top: 37px;
  }
}