@media only screen and (min-width: 1300px) {
  .home_hero .logoclip__img {
    transform: scale(1.5) translateX(20%);
  }
}
@media only screen and (max-width: 580px) {
  .home_hero .home_hero__text {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 781px) {
  .home_hero .wp-block-columns {
    flex-direction: column-reverse;
  }
}