.container-info-section {
  padding: 24px 32px;
}
.container-info-section h3 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #242424;
  margin-bottom: 16px;
}
.container-info-section p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #242424;
  margin-bottom: 0;
}
.container-info-section a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #067D35;
  margin-bottom: 0;
  text-align: center;
  display: block;
}
.container-info-section .container-signs-of-failure h4 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #242424;
  margin-bottom: 16px;
}
.container-info-section .container-signs-of-failure p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #242424;
  margin-bottom: 24px;
}
.container-info-section .container-signs-of-failure ul {
  margin-bottom: 24px;
}
.container-info-section .container-signs-of-failure ul li {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #242424;
  margin-bottom: 0;
}
.container-info-section .container-signs-of-failure a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #067D35;
  margin-bottom: 0;
  text-align: left;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .container-info-section {
    padding: 28px 0px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-info-section h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
