.home-static { margin: 20px 0px; width: 100%; &__list { justify-content: space-between; width: 100%; &--item { box-shadow: 0px 0px 5px rgb(200, 200, 200); font-family: numeralBold; align-items: center; border-radius: 10px; padding: 0px 10px; justify-content: space-around; div { h2 { font-size: calc(100vw / 95); letter-spacing: -1px; } } img { margin-right: 20px; border-radius: 10px; width: 80px; } } } } .mobile-home-static { &__flex { padding: 20px 10px; justify-content: space-around; text-decoration: none; img { // margin-right: 20px; width: 30%; height: 70%; transform: scale(1.3); } &--right { margin-left: 10px; h1 { font-family: numeralBold; text-align: justify; } span { letter-spacing: -1px; font-family: numeralLight; } } } &__vitrin { padding: 15px 5px; text-decoration: none; h1 { font-family: numeralBold; text-align: justify; } &--product { width: 24%; margin: 3px; border-radius: 10px; img { width: 100%; height: 70px; border-radius: 10px; } } a { text-decoration: none; font-family: numeralLight; align-items: flex-end; margin-bottom: 5px; letter-spacing: -1px; margin-right: 5px; color: white; } } &__simple { // padding: 0px 10px; text-decoration: none; min-height: 50px; div { width: 100%; height: 100%; padding: 0px 3px; h1 { font-family: numeralBold; text-align: justify; margin: 0px; } } } }