.products ul {
  list-style-type: circle;
}

.products .product-page-btn {
  display: inline-block;
  color: #fff;
  background: #2fb14a;
  width: 100%;
  max-width: 320px;
  padding: 19px 5px;
  outline: none;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans";
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
}

@media screen and (max-width: 1800px) {
  .products .product-page-btn {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .products .product-page-btn {
    font-size: 1.4rem;
    padding: 12px 5px;
    margin: 0 auto;
  }
}

.products .product-page-btn.fit {
  display: inline;
  padding: 19px;
  margin-left: 10px;
  margin-right: 10px;
}

.products .app-btn {
  background: transparent;
  border: none;
  outline: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

.products .app-btn__img {
  display: block;
  max-width: 200px;
}

.products a {
  color: #ff4e00;
}

.products a:hover {
  text-decoration: underline;
}

.products .product-section {
  font-size: 1.75rem;
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 2%;
  border-bottom: 5px solid #e6e6e6;
  color: #797979 !important;
}

.products .product-section::after {
  content: "";
  clear: both;
  display: table;
}
.products .product-section.last {
  border-bottom: 0;
}

@media screen and (max-width: 1800px) {
  .products .product-section {
    padding: 72px 2%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .products .product-section {
    padding: 60px 5%;
  }
}

@media only screen and (max-width: 767px) {
  .products .product-section {
    padding: 20px 5%;
  }
}

.products .product-section__column {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.products .product-section__column_left {
  padding-right: 2%;
}

.products .product-section__column_right {
  padding-right: 2%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .products .product-section__column_right {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .products .product-section__column {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .products .product-section:last-child {
    margin-bottom: 0;
  }
}

.products .product-section__title {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.5;
}
.products .product-section__lead {
  font-size: 2.2rem;
  color: #797979;
  margin: 20px auto;
  line-height: 1.5;
}

.products .product-section__lead:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
  .products .product-section__lead {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .products .product-section__lead {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .products .product-section__lead {
    font-size: 1.75rem;
  }
}

.products .product-section__text {
  margin: 20px auto;
  line-height: 1.5;
}

.products .product-section__text:last-child {
  margin-bottom: 0;
}

.products .product-section__img {
  display: block;
  margin: 28px auto;
  max-width: 100%;
}
.products .product-section__button {
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .products .product-section__button a {
    margin-bottom: 5px;
  }
}

.products .products__support {
  margin: 0 auto;
  background: #eef0e7;
  font-size: 2.4rem;
  padding: 65px 13.5% 70px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .products .products__support {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 950px) {
  .products .products__support {
    padding: 40px 10%;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .products .products__support {
    margin: 0;
    padding: 30px 5%;
    font-size: 1.8rem;
  }
}

.products .products__support_text {
  margin-bottom: 20px;
}

.products .products__support_btn {
  margin: 0 auto;
}

.img__banner_ecoacoustics {
  background: url(/wp-content/themes/rainforestconnection/assets/images/banners/yellow-toucan.jpg)
    no-repeat 50%;
  background-size: cover;
}
