header .background {
  border-bottom: var(--px1) solid var(--color-border);
}

header .background .container > .row > div.text > .wrapper > .title {
  background-color: rgba(255, 255, 255, 0.06) !important;
}

header .background .container > .row > div.image {
  background: radial-gradient(circle, #32c5c5 0%, #28b6b6 8%, #1fa3a3 18%, #188f8f 35%, #127f7f 50%, #0d7878 65%, #087171 78%, #0e6f6f 100%);
}

header .background .container > .row > div.image > .wrapper > .inner {
  padding-top: 90% !important;
}

main .count-down > .wrapper {
  background: linear-gradient(to right, #1c8787, #0c6b6b) !important;
}

@media (min-width: 768px) {
  header .background .container > .row > div.text > .wrapper {
    width: var(--px300) !important;
  }
}
