
footer#kontakt{
  padding-top: clamp(24px, 4vh, 56px) !important;
}

footer#kontakt .section-title{
  margin-top: 0 !important;
}

footer#kontakt .section-title.big{
  text-transform: uppercase;
  letter-spacing: .01em;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1.1;
}
footer#kontakt .section-title.big::before{
  content: "";
  width: 12px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(180deg,#63E6BE 0%,#2F6CF6 100%);
  box-shadow: 0 10px 30px rgba(47,108,246,.25);
  display: inline-block;
}
@media (min-width: 1024px){
  footer#kontakt .section-title.big::before{ height: 36px; }
}
