diff --git a/solutions/blocks/hero/hero.css b/solutions/blocks/hero/hero.css index 8ed5c0733..ee0bfc74e 100644 --- a/solutions/blocks/hero/hero.css +++ b/solutions/blocks/hero/hero.css @@ -319,7 +319,6 @@ main .hero .discount-bubble .discount-bubble-1 { main .hero .wrapper-plan-discount { margin: 0 0 10px; display: -webkit-box; - display: flexbox; display: flex; flex-wrap: wrap; -webkit-box-align: center; @@ -375,7 +374,7 @@ main .hero ul li::after { z-index: 2; } -main .hero.black-background ul.hero-awards { +main .hero ul.hero-awards { display: flex; flex-flow: row wrap; align-items: center; @@ -385,7 +384,7 @@ main .hero.black-background ul.hero-awards { text-align: left; } -main .hero.black-background ul.hero-awards li { +main .hero .hero-content ul.hero-awards li { display: block; min-height: 20px; margin: 0 20px 30px 0; @@ -393,11 +392,11 @@ main .hero.black-background ul.hero-awards li { width: auto; } -main .hero.black-background ul.hero-awards li::before { +main .hero ul.hero-awards li::before { content: none; } -main .hero.black-background ul.hero-awards li picture img{ +main .hero ul.hero-awards li picture img { display: block; height: 80px; width: auto; @@ -509,7 +508,7 @@ main .hero .hero-awards li::after { letter-spacing: .96px; } - main .hero.black-background ul.hero-awards { + main .hero ul.hero-awards { display: flex; flex-direction: row; align-items: center; @@ -518,7 +517,7 @@ main .hero .hero-awards li::after { padding: 40px 0 0; } - main .hero.black-background ul.hero-awards li { + main .hero ul.hero-awards li { display: block; min-height: 20px; margin: 9px 20px 0 0;