.pxblock--poolsense-news-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 573px;
  background-size: cover;
  background-repeat: no-repeat;
  background: #000;
  border-top: 29px solid var(--yellow);
  border-bottom: 15px solid var(--yellow);
}

/* .poolsense-news-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 58, 112, 0.45);
} */

.poolsense-news-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.poolsense-news-hero__title {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.poolsense-news-hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

.poolsense-news-hero__countdown .countdown__number {
  background-color: #fff;
  color: #202a5d;
}

.poolsense-news-hero__countdown @media screen and (max-width: 1160px) {
  .poolsense-news-hero__title {
    font-size: 64px;
  }
}

.countdown.-small {
  gap: 9px;

  .countdown__number {
    width: 71px;
    height: 140px;
    font-size: 120px;
  }
}
@media screen and (max-width: 960px) {
  .pxblock--poolsense-news-hero {
    padding-top: 200px;
    min-height: 600px;
    flex-direction: column;
    gap: 0;
    padding-bottom: 100px;
  }

  .poolsense-news-hero__content {
    padding: 0;
  }

  .poolsense-news-hero__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .poolsense-news-hero__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .poolsense-news-hero__title {
    font-size: 34px;
  }
}

.poolsense-news-hero__countdown__label {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--heading-font);
  text-align: center;
  margin-bottom: 12px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .poolsense-news-hero__countdown {
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .poolsense-news-hero__countdown {
    height: 72px;
  }
}
