.earth-class-mail .layout main h1 {
  margin-bottom: 0;
}
.earth-class-mail .layout main h1,
.earth-class-mail .layout main h2,
.earth-class-mail .layout main h1 + h2 {
  /* font-size: 40px;
  text-align: center; */
}
.earth-class-mail .layout main h2 {
  margin-bottom: 30px;
}
/* .earth-class-mail .layout main h2:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 80%;
    border-bottom: 1px solid #ededed; } */
.earth-class-mail .layout main h1 + h2:after {
  display: none;
}
.earth-class-mail .layout main h4 {
  font-weight: bold;
}
.earth-class-mail .layout main .section {
  margin-bottom: 40px;
}

.list__column {
  flex-direction: column;
}
.list__column li {
  width: auto !important;
}

.benefits-data .benefits-data__header {
  margin-bottom: 30px;
}
.benefits-data .benefits-data__header p {
  font-size: 20px;
}

.benefits-data__boxes {
  margin: 0 auto 40px;
  width: 90%;
}
@media (min-width: 1025px) {
  .benefits-data__boxes {
    max-width: 900px;
  }
}
@media (min-width: 426px) {
  .benefits-data__boxes {
    max-width: 900px;
    width: 76%;
  }
}
.benefits-data__boxes .b_box__content {
  margin: 0px -6px 15px;
  padding: 15px 3%;
  background: blue;
  background-color: #30c0e3;
  border-bottom: 3px solid #0a506f;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  vertical-align: top;
}
.benefits-data__boxes .b_box__content.blue_part {
  background-color: #169cd4;
}
@media (min-width: 992px) {
  .benefits-data__boxes .b_box:first-child .b_box__content {
    margin-left: 0;
  }
  .benefits-data__boxes .b_box:last-child .b_box__content {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .benefits-data__boxes header {
    display: none;
  }
}
.benefits-data__boxes header .b_box {
  font-size: 22px;
}
.benefits-data__boxes .b_box__heading {
  margin-bottom: 12px;
  padding-bottom: 0;
  color: inherit;
  font-size: 20px;
  text-align: inherit;
  text-transform: none;
}
.benefits-data__boxes .benefits-data__boxes--content .b_box p {
  font-size: 17px;
  line-height: 18px;
}
.benefits-data__boxes .benefits-data__boxes--content .b_box .b_box__text {
  color: #0b5b7d;
}
.benefits-data__boxes .benefits-data__boxes--content .b_box .button {
  display: inline-block;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 17px;
}

.layout .description li {
  margin-bottom: 40px;
}
.layout .description h3 {
  color: #0b5b7d;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.layout .description h3:after {
  content: "";
  display: block;
  margin: 17px auto 0;
  width: 86px;
  border-bottom: 1px solid #dee0de;
}

.layout .list-items li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
}
.layout .list-items li:before {
  content: "";
  display: inline-block;
  margin: 9px 20px 0 -25px;
  width: 5px;
  height: 5px;
  background: #74bb5d;
  border-radius: 50%;
  vertical-align: top;
}

.features {
  display: flex;
  flex-direction: column;
}
.features table {
  margin: 0 auto 30px;
}
.features table th,
.features table td {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .features table th,
  .features table td {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .features table th,
  .features table td {
    font-size: 12px;
  }
  .earth-class-mail .layout main h1 {
    font-size: 21px;
    font-weight: 600;
  }
  .earth-class-mail .layout main h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.features table th {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: underline;
}
.features table td:not(:first-child) {
  text-align: center;
}
@media (min-width: 769px) {
  .features table {
    width: 62%;
  }
  .features table th:nth-child(2) {
    width: 21%;
  }
  .features table th:nth-child(3) {
    width: 33%;
  }
}
.features .check:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url(../images/checkmark2.png) no-repeat;
}
.features .button {
  margin: 0 auto;
  min-width: 244px;
  line-height: 30px;
}

.simple-table {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  text-align: center;
}
.simple-table th,
.simple-table td {
  padding: 4px;
  border-right: 1px solid #000;
}
.simple-table thead {
  background: #438aba;
  color: #fff;
}
.simple-table thead th {
  padding: 4px 10px 8px;
  text-align: center;
  font-weight: 500;
}
.simple-table tbody tr:nth-child(2n) {
  background: #e0eef0;
}
.simple-table tbody td {
  width: 33.3333%;
}

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