@media (max-width: 767px) {

.container {
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
  max-width: 1920px;
}

}

@media (max-width: 991px) {
  .accordions-section .accordions-section--image-wrapper {
    width: 100%;
    height: 1000px;
  }
}

@media (max-width: 576px) {
  .hero-header .hero-header--hero-content .hero-content--hero-wrapper .hero-wrapper--content .content--hero-heading {
    font-size: 50px;
  }
}





/* ******************************
:: WHATSAPP
****************************** */

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 90%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #2DE47E;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #1E80B3;
  color: #ffffff;
}


.text-body > a {
  text-decoration: underline;
  color: #212529;
}


ol, ul {
  margin: 0;
  padding: 0;
}


ol li, ul li {
  list-style: none;
}


img {
  height: auto;
  max-width: 100%;
}
