//404 page .error-content-wrap{ .notfound-404 { position: relative; height: 280px; z-index: 2; margin-bottom: 30px; h1 { font-size: 230px; font-weight: $font-weight-bold; margin: 0; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-size: cover; background-position: center; } } } //coming soon .subscribe-form input.button { position: absolute; right: 8px; border-radius: 30px; padding: initial; top: 8px; bottom: 8px; width: 30%; } .hero-countdown-wrap h2, .hero-countdown-wrap h5{ color: $white !important; } //countdown .countdown-wrap{ .row{ .col{ margin: 10px; text-align: center; padding: 15px; background: $white; border-radius: 1rem; h2{ font-weight: $font-weight-bold; margin-bottom: 5px; } h2, h5{ color: $primary !important; } } } } .countdown-wrap-2{ .row{ .col{ text-align: center; padding: 8px; h2{ font-weight: $font-weight-bold; margin-bottom: 5px; } h5{ font-weight: $font-weight-regular; } h2, h5{ color: $white !important; } } } }