.content {
  width: 685px;
  min-height: 522px;
  margin: 0 auto;
  margin-bottom: 149px;
}
.content h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0px;
  color: #c09578;
  margin-top: 62px;
  text-align: center;
  margin-bottom: 58px;
}
.content h5 {
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 30px;
  margin-top: 66px;
}
.content p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 30px;
}
.content p b {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }
  .content h4 {
    font-size: 22px;
  }
}
