.hero .hero__ft-items {
  flex: 0 0 60%;
}

@media all and (max-width: 768px) {
  .hero .hero__ft-items {
    flex: 0 0 100%;
  }
}
