.main-content {
  padding-bottom: 98px;
}

#feature .feature__main {
  margin-top: 62px;
}
#feature .border-row__item {
  padding-bottom: 40px;
}
#feature .border-row .title {
  margin-bottom: 22px;
}
#feature .border-row .row {
  justify-content: space-between;
  align-items: start;
}
#feature .border-row .row .photo {
  width: 210px;
}
#feature .border-row .row .txt {
  width: 630px;
  max-width: 100%;
}
#feature .border-row .row .txt span {
  display: block;
  margin-top: 30px;
}
#feature .link {
  font-weight: bold;
  text-decoration: underline;
}
/*--------------------------------------
  smartphone
--------------------------------------*/
@media only screen and (max-width: 560px) {
  .main-content {
    padding-bottom: 0;
  }
  #feature .feature__main {
    margin-top: 57px;
  }
  #feature .border-row__item {
    padding-bottom: 123px;
  }
  #feature .border-row .title {
    margin-bottom: 43px;
  }
  #feature .border-row .row {
    display: block;
  }
  #feature .border-row .row .photo {
    margin-left: 32px;
    float: right;
    width: 160px;
  }
}

/*# sourceMappingURL=certificate.css.map */
