section {
  padding: 60px 80px;
  font-size: 16px;
}
@media (max-width: 1000px) {
  section {
    padding: 40px;
  }
}
section .circle {
  display: inline-flex;
  border-radius: 1000px;
  width: 140px;
  height: 140px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  section .circle {
    width: 100px;
    height: 100px;
  }
}
section .circle img {
  max-width: 70px;
  max-height: 70px;
}
@media (max-width: 1000px) {
  section .circle img {
    width: 50px;
    height: 50px;
  }
}
section h1, section h2, section h3 {
  font-weight: 700;
}
section h2 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  color: #464646;
}
section h3 {
  color: #5B7328;
  font-size: 20px;
}

section.welcome-banner {
  box-sizing: border-box;
  background-image: url("/img/welcome/green_bg.jpg");
  background-size: cover;
  background-position: 70% 50%;
  margin-top: -30px;
}
@media (max-width: 1000px) {
  section.welcome-banner {
    background-position: 0% 50%;
  }
}
section.welcome-banner h1, section.welcome-banner .main_text {
  color: white;
  max-width: 600px;
  margin: 0;
}
section.welcome-banner h1 {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 700;
}
section.advantages {
  background-color: #ececec;
}
section.advantages > div {
  display: flex;
  flex-wrap: wrap;
}
section.advantages > div > div {
  flex: 1 1 0;
  display: flex;
  align-items: start;
}
section.advantages > div > div .circle {
  background-color: #5B7328;
  margin-right: 20px;
}
@media (max-width: 1000px) {
  section.advantages {
    text-align: center;
  }
  section.advantages div:not(.circle) {
    display: block;
  }
}

section.how-it-works.pharmacy {
  background-color: white;
}
section.how-it-works.pharmacist {
  background-color: #ececec;
}
section.how-it-works > div {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 0 5px;
}
section.how-it-works > div > div {
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.how-it-works > div img.arrow {
  margin-top: 64px;
}
@media (max-width: 1000px) {
  section.how-it-works > div img.arrow {
    display: none;
  }
}
section.how-it-works .circle {
  background-color: #CBC231;
}
section.how-it-works a.button {
  margin-top: 20px;
}

footer {
  margin-top: 0 !important;
}

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