@font-face {
  font-family: 'Noto Sans Bold';
  src: url("NotoSansBold.woff");
}

.advantage-section {
  width: 1200px;
  background-color: #ecf0f7;
  margin: 0 auto;
  padding: 10px 0 19px 0;
}

.advantage-section h1 {
  text-transform: uppercase;
  font-family: "Noto Sans Bold", sans-serif;
  color: #48484a;
  text-align: center;
  font-size: 25px;
}

.advantage-section table {
  margin: 0 auto;
  border-spacing: 0;
  width: 880px;
}

.advantage-section th {
  height: 81px;
}

.advantage-section-text {
  width: 281px;
  word-wrap: break-word;
  font-family: "Noto Sans Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #48484a;
}

.advantage-section-text span {
  display: block;
  text-align: left;
}

.advantage-section-photo {
  vertical-align: top;
}

.advantage-section-photo img {
  display: block;
  width: 135px;
  height: 92px;
}

.advantage-section-photo span {
  display: block;
  font-family: "Noto Sans Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #48484a;
}

.advantage-section__yellow {
  background-color: #f7e949;
}

.advantage-section__width {
  width: 136px;
}

.advantage-section__indent {
  width: 110px;
}

.advantage-section_border-button {
  border-bottom: 2px solid #e4e6ea;
}
/*# sourceMappingURL=style.css.map */