section {
  padding-top: 130px;
}
h1 {
  color: #2e729e;
  text-align: center;
  font: 700 40px 'Montserrat';
  text-transform: uppercase;
  margin-bottom: 0;
}
.container {
  max-width: 900px;
  padding-bottom: 80px;
}
p:not(.footer p) {
  font-size: 15px;
  font-family: 'Montserrat' !important;
  font-weight: 400;
  max-width: 100%;
  text-align: left;
  margin: 0;
  line-height: 25px;
}
p:not(.footer p).att {
  font: 400 14px 'Montserrat';
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
}
p a {
  color: inherit;
}
p span {
  font-size: 15px;
  font-family: 'Montserrat' !important;
  font-weight: 400;  
}
ol {
  list-style: decimal;
  margin-left: 10px;
  padding-left: 20px;
}
ul {
  list-style: disc;
  margin-left: 10px;
  padding-left: 20px;
}
li {
  font-family: 'Montserrat';
  font-weight: 400;  
}
h6 span {
  font-size: 15px;
  font-family: 'Montserrat' !important;
  font-weight: 400;
}
p img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}