@media (max-width: 481px) {
.card-stats {
  width: 200px !important;
  height: 200px !important;
}

.stats__boxes-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
  .slider__text-overlay h1 {
    font-size: 18px;
  }
    .animated-button {
        width: 160px;
        padding: 10px;
        height: 1.75em;
        line-height: 0.5em;
    }

  .animated-button span {
    font-size: 12px;
    
  }
  .search_icon{
    fill: black;
  }
}

@media (max-width: 992px) {
  .image-ratio--567by527 .image-ratio__item {
    top: 0 !important;
  }

  .hamburger-button__icon,
  .hamburger-button__wrapper:after,
  .hamburger-button__wrapper:before {
    background-color: white;
  }
    
}
@media (max-width: 768px) and (min-width: 481px) {
  .slider__text-overlay h1 {
    font-size: 26px;
  }

  .animated-button {
    width: 200px;
  }
}

