@media screen and (min-width:992px){
    .offset-process {
        margin-left: 4.166665%;
    }
}
@media screen and (max-width: 1199px) {
  .hamburger {
    display: block;
  }
  nav ul {
    display: none;
  }

  .hero .hero-img::before,
  .img-squares::before {
    height: 210px;
    width: 210px;
  }

  .hero .hero-img::after,
  .img-squares::after {
    height: 210px;
    width: 210px;
  }

  .hero .hero-img .deco {
    height: 230px;
    right: -40px;
    bottom: -90px;
  }
}

@media screen and (min-width: 992px) {
  .footer-align {
    display: flex;
    justify-content: flex-end;
  }
  .marquee-wrapper {
    margin: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .marquee-wrapper {
    margin: 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .menubar {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .img-squares {
    display: flex;
    justify-content: center;
  }
  .img-squares img {
    width: 80%;
  }
  .img-squares::before {
    bottom: -30px;
    left: 20px;
  }

  .img-squares::after {
    top: -30px;
    right: 20px;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }

  .badge {
    font-size: 13px;
}

  .menubar .mobile-logo {
    height: 50px;
  }
}
@media screen and (max-width: 470px) {
  .menubar {
    width: 77%;
  }
}
@media screen and (max-width: 425px) {
  .mobile-deco {
    width: 120px;
    top: -59px;
    right: 0;
    z-index: -1;
  }
  .marquee-wrapper {
    margin: 60px 0;
  }

  .img-squares::before {
    height: 120px;
    width: 120px;
    bottom: -30px;
    left: 0;
    border-radius: 18px;
  }

  .img-squares::after {
    height: 120px;
    width: 120px;
    top: -30px;
    right: 0;
    border-radius: 18px;
  }

  .btn-axcan, .btn-axcan-inverted{
    font-size: 16px;
  }
}
@media screen and (max-width: 365px) {
  .mobile-deco {
    width: 80px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
