.univers_content {
  display: flex;
  flex-direction: column;
}

.univers_content_wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 52px 190px 52px 90px;
}

.univers_content_wrapper_image {
  flex: 1;
  margin-left: 24px;
}

.univers_content_wrapper_image img {
  width: 100%;
}

.univers_content_wrapper_editorial {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 24px;
}

.univers_content_wrapper_editorial h2 {
  width: 100%;
  text-transform: uppercase;
  text-align: right;
}

.univers_content_wrapper_editorial h3 {
  width: 100%;
  margin-top: 12px;
  text-transform: uppercase;
  text-align: right;
  color: #AE1917;
}

.univers_content_wrapper_editorial .hippo_small_separator {
  width: 48px;
  height: 28px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.univers_content_wrapper_editorial p {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 13px;
  line-height: 1.4;
}

.univers_content_image {
  width: 100%;
  margin-bottom: 52px;
  display: flex;
}

.univers_content_image_desk, .univers_content_image_mob {
  width: 100%;
  height: auto;
}

.univers_content_image_mob {
  display: none;
}

.univers_content_wrapper_editorial a {
  font-family: GothamMedium;
  font-size: 18px;
  line-height: 0.91;
  text-align: left;
  color: #AE1917;
  text-decoration: none;
  cursor: pointer;
}

.univers_content_wrapper_editorial_button_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 48px;
}

.univers_content_wrapper_editorial_button {
  margin-left: 12px;
  margin-right: 12px;
}

.univers_content_wrapper_editorial_button:first-of-type {
  margin-left: 0;
}

.univers_content_wrapper_editorial_button:last-of-type {
  margin-right: 0;
}


@media only screen and (max-width: 1280px) {
  .univers_content_wrapper {
    margin: 52px 96px 52px 56px;
  }
}

@media only screen and (max-width: 768px) {
  .univers_content_wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 0 24px 0;
  }

  .univers_content_wrapper_image {
    width: 100%;
    height: 232px;
    flex: none;
    margin-left: 0;
  }

  .univers_content_wrapper_image img {
    height: 100%;
    object-fit: cover;
  }

  .univers_content_wrapper_editorial {
    margin-top: 16px;
    margin-left: 24px;
    margin-right: 24px;
    align-items: center;
  }

  .univers_content_wrapper_editorial h3 {
    margin-top: 8px;
  }
  
  .univers_content_wrapper_editorial p {
    font-size: 13px;
  }

  .univers_content_wrapper_editorial h2, .univers_content_wrapper_editorial h3, .univers_content_wrapper_editorial p {
    text-align: center;
  }

  .univers_content_wrapper_editorial_button_container {
    margin-top: 30px;
  }

  .univers_content_image {
    height: 330px;
  }

  .univers_content_image_desk {
    display: none;
  }

  .univers_content_image_mob {
    display: flex;
  }
}
