@media screen and (max-width: 767px) {
  .footer__copyright {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .footer__copyright-cr span {
    display: none;
  }
  .footer__copyright-cr a{
    display: block;
    margin-top: 20px;
  }
  .hero #bezpieczenstwo-i-styl h2{
    font-size: 14px !important;
  }
  .footer-realization a{
    color: #e11167;
  }
  .zalety-circle-box .stk-inner-blocks{
    justify-content: center !important;
  }
}
