.Hero__hero___cFEbs {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #0B5980;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }

.Hero__hero___cFEbs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1; }

.Hero__title___3IUhO {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 300;
  font-family: "Work Sans";
  margin-top: 90px;
  line-height: 2.5rem;
  text-align: center;
  padding: 0 15px;
  max-width: 1600px;
  width: 100%; }

@media (min-width: 768px) {
  .Hero__title___3IUhO {
    font-size: 6.375rem;
    line-height: 1; } }

@media (min-width: 1200px) {
  .Hero__title___3IUhO {
    margin-top: 98px; } }

.Hero__isArticle___3gwB2 {
  font-size: 2.1875rem;
  line-height: 2.5rem; }

@media (min-width: 768px) {
  .Hero__isArticle___3gwB2 {
    font-size: 3.375rem;
    line-height: 1; } }

.Hero__date___xTzWi {
  position: absolute;
  right: 2.5%;
  bottom: 5%; }

