section {
  padding: 60px 80px;
  font-size: 16px;
}
@media (max-width: 1000px) {
  section {
    padding: 40px;
  }
}
section .circle {
  display: inline-flex;
  border-radius: 1000px;
  width: 250px;
  height: 250px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #CBC231;
  margin: 0 64px;
}
@media (max-width: 1000px) {
  section .circle {
    margin: 0;
  }
}
section .circle img {
  max-width: 140px;
  max-height: 140px;
}
section h1, section h2, section h3 {
  font-weight: 700;
  color: #464646;
  text-align: center;
}
section h1, section.offers h2 {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 12px;
}
section section.about h2 {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
}

section.about {
  margin-top: -30px;
  background-color: #ececec;
}
section.about > div {
  display: flex;
}
@media (max-width: 1000px) {
  section.about > div {
    flex-wrap: wrap;
    justify-content: center;
  }
}

section.offers {
  background-color: white;
}

footer {
  margin-top: 0 !important;
}

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