.univers_header {
  display: flex;
  flex-direction: column;
  position: relative;
}

.univers_header_images {
  height: 404px;
}

.univers_header_images {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.univers_header_images.background_desk {
  display: block;
}

.univers_header_images.background_mob {
  display: none;
}

.univers_header_rubric {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #AE1917;
  z-index: 2;
}

.univers_header_rubric > p {
  font-family: GothamUltra;
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.univers_header_title {
  margin: 24px 188px 12px 188px;
}

.univers_header_title > h1 {
  text-align: center;
  text-transform: uppercase;
  word-wrap: normal;
}

@media only screen and (max-width: 1280px) {
  .univers_header_title {
    margin: 24px 96px 12px 96px;
  }
}

@media only screen and (max-width: 768px) {
  .univers_header_images {
    height: 404px;
  }

  .univers_header_images.background_desk {
    display: none;
  }
  
  .univers_header_images.background_mob {
    display: block;
  }

  .univers_header_rubric > p {
    font-size: 25px;
  }

  .univers_header_title {
    margin: 12px 30px 24px 30px;
  }
}