section.countdown-section { margin-top: 0; margin-bottom: 0; padding: 85px 0 45px 0; background: rgba($primary_color, 0.3); .section-grid { display: flex; flex: 1; flex-wrap: wrap; }//.section-grid .countdown-block { width: 25%; text-align: center; padding: 0 10px; margin-bottom: 40px; span { display: block; font-size: 2.6665em; font-weight: 700; color: $black_color; line-height: 1.38em; } .countdown-title { margin-top: 20px; margin-bottom: 0; font-family: $font_secondary; font-weight: 400; font-size: 2.6665em; line-height: 1.25em; svg { margin: 0 auto 15px auto; } }//.countdown-title }//.countdown-block }//section.countdown-section @include media(sm) { section.countdown-section { .countdown-block { width: 50%; }//.countdown-block }//section.countdown-section }//@include media(sm) @include media(xs) { section.countdown-section { padding-top: 65px; padding-bottom: 25px; .section-grid { flex-direction: column; }//.section-grid .countdown-block { width: 100%; padding-left: 0; padding-right: 0; }//.countdown-block }//section.countdown-section }//@include media(xs)