.container-batteries {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.container-batteries h3 {
  font-size: 16px;
  margin-bottom: 0px;
}

.subtitle-container h1 {
  width: 100%;
  opacity: 1;
  padding-right: 60px;
  padding-left: 60px;
  font-weight: 700;
  letter-spacing: 0%;
  text-align: center;
  max-width: 780px;
  margin: auto;
  margin-bottom: 60px;
  font-size: 1.9em;
}

.banner-section {
  padding: 60px;
}

.row.gray {
  background-color: #f5f5f5;
  padding: 60px;
}

.row.normal {
  padding: 60px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.row.with-image .text {
  width: 50%;
}
.row.with-image .image {
  width: 50%;
}

.row.initial {
  padding-bottom: 0px;
}

.row .text {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  line-height: 26px;
  letter-spacing: 0%;
}

.row .text ul {
  list-style-type: disc;
  padding: 0px 20px;
  margin-top: 20px;
}

.row.normal h2,
.row .text h2 {
  line-height: 34px;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 15px;
  letter-spacing: 0%;
}

.row .text h3 {
  font-weight: 700;
  margin-top: 20px;
  line-height: 26px;
  letter-spacing: 0%;
}

.row .text .answer {
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
}

.row.green {
  background-color: #067d35;
  color: #fafafa;
  padding: 60px;
}

.row.green h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
}

.row.green span {
  text-align: center;
}

.row.green span a,
.row.green span a:link,
.row.green span a:visited,
.row.green span a:hover,
.row.green span a:active,
.row.green span a:focus {
  color: inherit;
  text-decoration: underline;
}

.row.green span:not(.strong) {
  margin-top: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
}

/* tablet size */
@media (max-width: 991.98px) {
  .subtitle-container h1 {
    font-size: 2.3em !important;
    margin-bottom: 24px;
  }
  .banner-section {
    padding: 24px;
  }
  .row.with-image .text {
    flex-direction: column;
  }
  .row.with-image .text {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .row.with-image .image {
    width: 100%;
    order: 2;
  }
  .row.normal h2,
  .row .text h2 {
    font-size: 1.7em;
  }
}

/* smart-phone size */
@media (max-width: 575.98px) {
  .subtitle-container {
    padding: 14px !important;
  }
  .subtitle-container h1 {
    margin-bottom: 0 !important;
    font-size: 2em !important;
  }
  .banner-section {
    padding: 14px;
  }
  .row.green span:not(.strong) {
    font-size: 1.2em;
  }
}
