.promo-conference {
  width: 100%;
  padding-top: 32%;
  position: relative;
}

.promo-conference__content {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  max-width: 1100px;
  padding: 0 50px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .promo-conference__content {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .promo-conference {
    padding-top: 136% !important;
    text-align: center;
  }

  .promo-conference__content {
    flex-direction: column;
    padding: 0 30px;
    width: 100%;
  }
}

.promo-conference__title {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500 !important;
  font-size: 8rem !important;
  line-height: 0.9;
  text-transform: uppercase;
  padding: 0 !important;
}

.promo-conference__chapo {
  display: flex;
  line-height: 1.5;
  font-weight: 400 !important;
  font-size: 2.2rem;
}

.promo-conference__chapo:before {
  content: "";
  display: block;
  height: 85%;
  width: 3px;
  background-color: #F5A482;
  margin: 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .promo-conference__title {
    font-size: 4.3rem !important;
    line-height: 1.16;
  }

  .promo-conference__chapo {
    flex-direction: column;
    line-height: 1.3;
  }

  .promo-conference__chapo:before {
    width: 110px;
    height: 3px;
    margin: 4.7rem auto;
  }
}

.promo-conference__image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.promo-conference__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 0;
  overflow: hidden;
}