html{
    scroll-behavior: smooth;
}
#whatsapp {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  color: green;
  font-size: 3rem;
  z-index: 9;
}

#whatsapp:hover {
  color: #0e660e;
}
.about-section__title{
  font-size: 34px;
}
@media(min-width: 1200px){
  .about-section {
    padding: 190px 0 140px;
  }
}

.header {
  padding: 20px 0;
}
.modern-hero{
  background-color: transparent;
}
@media (min-width: 1200px) {
  .modern-hero {
    min-height: 895px;
    padding-top: 147px;
  }
}
.modern-hero__container {
  background-size: cover;
  background-image: url('../img/WEB 888/Banner.png');
  background-position: center;
  background-repeat: no-repeat;  
}
.about-section__text {
  max-width: 569px;
}
.about-section__item::after {
  content: "";
}
@media (min-width: 992px) {
  .navigation__list,
  .social {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }

  .header__mobile .mobile-canvas__nav {
    position: relative;
    left: 0px;
  }
}

@media (min-width: 1200px) {
  .carousel-section__nav {
    position: relative;
    left: -217px;
    right: 625px;
    top: 100px;
  }
}