section {
  padding-top: 130px;
}
h1 {
  color: #2e729e;
  text-align: center;
  font: 700 40px 'Montserrat';
  text-transform: uppercase;
  margin-bottom: 0;
}
h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0;
  text-align: center;
}
.container {
  max-width: 900px;
  padding-bottom: 80px;
}
table {
  margin-bottom: 30px;
}
table td p:last-child {
  margin-bottom: 0;
}
table td {
  border: 1px solid #000000;
  padding: 10px;
  vertical-align: middle;
}
table td.title {
  background: #EAD1DC;
  position: relative;
}
table td.title > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
table td.title > div p {
  text-align: center;
}
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;
  margin-bottom: 15px;
}
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;  
}
p b {
  font-weight: bold;
}
p strong {
  font-weight: bold;
  color: #2e729e;
}
.container p {
  text-align: justify;
}
.container p:not(.footer p) {
  text-align: justify;
}
.container p a {
  color: #2e729e
}
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;
}

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