body {
  font-family: 'Montserrat', sans-serif;
}

.section-1 {
  padding: 100px 0px;
}

.section-1 h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-1 h2 span {
  color: #2842A2;
  font-weight: bold;
}

section {
  padding: 50px 0px;
}

.contacts a {
  font-weight: bold;
  font-size: 20px;
  padding-right: 10px;
  color: #2842A2;
}

.section-title {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 30px;
}

.section-2 {
  background-color: #F2F7FE;
}

.section-2 .box {
  font-size: 25px;
  margin-bottom: 0px;
  margin-top: 30px;
}

.section-2 .box span {
  color: #2842A2;
  font-weight: bold;
}

.section-3 h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.section-3 h3 {
  margin-bottom: 20px;
}

.section-3 ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.section-4 {
  background-color: #F2F7FE;
}

.section-4 p {
  font-size: 20px;
  line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
  .section-1 {
    padding: 40px 0px;
  }
  .section-1 h1 {
    font-size: 30px;
  }
  .section-1 h2 {
    font-size: 25px;
  }
  .section-title {
    font-size: 30px;
  }
  .section-2 .box {
    font-size: 18px;
  }
  .section-3 .section-title {
    margin-top: 20px;
  }
  .section-4 p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */