@media screen and (max-width: 375px) {
.designHero [class*=f-x][class*=f-y].m-hero-item > div > div {
    top: calc(45%);}
}

@media screen and (max-width: 375px) {
.designHero .m-hero-item > div {
   height: 400px;}
}

@media screen and (max-width: 500px) {
.hero-center {
   padding-top: 48px;}
}