#page-content {
  padding: 45px 0;
  padding-bottom: 0;
}
h1 {
  color: #929292;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
}
textarea.mdd_editor {
  background: white !important;
}
header section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 45px 0;
  gap: 35px;
}
@media (max-width: 675px) {
  header section div:nth-child(2) {
    order: -1;
  }
}
header section > div {
  width: 45%;
  min-width: 320px;
}
header h2 {
  width: 320px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 29px;
  text-align: left;
  color: black;
  padding-bottom: 15px;
  border-bottom: 5px solid #bdb5ff;
}
header .img {
  max-width: 100%;
  width: 40%;
}
h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  color: #4f4f4f;
}
am-btn {
  padding: 10px 30px;
  margin-top: 30px;
}
#benefits {
  padding: 60px 0;
  padding-top: 30px;
}
#benefits ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
#benefits ul li {
  background-color: #e8f7ff;
  display: block;
  padding: 20px 30px;
  min-width: 250px;
  max-width: 350px;
  border-radius: 20px;
  flex: 1;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #1b5879;
}
#benefits ul li strong {
  display: block;
  width: min-content;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  color: #0083c9;
  margin-bottom: 15px;
}
#download {
  margin-top: 10px;
  padding: 60px 0;
  background: #f7f7f7;
  text-align: center;
}
#download h2 {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
#download p {
  max-width: 540px;
  margin: 15px auto;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.75;
  text-align: center;
  color: #4f4f4f;
}
#download p:nth-child(4) {
  font-size: 14px;
}
/*# sourceMappingURL=styles.css.map */