.section-wrapper {
  width: 100%;
  height: 100vh;
  position: relative !important;
}

.rd-navbar {
  background: none !important;
}

.main-text {
  max-width: 700px;
  max-height: 332px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 0;
}

.section-swiper-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-swiper-content .images-slide {
  position: absolute !important;
  left: 0;
  bottom: 0;
}

.text-date {
  font-size: 50px;
  margin-top: 34px;
  margin-bottom: 27px;
}

.unit {
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .event-content {
    display: flex;
    flex-direction: column;
  }

  .event-content .image-wrapper {
    display: none;
  }

  .speakers-section .row-speaker {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .speaker-card {
    position: static;
  }
}

@media (max-width: 570px) {
  .speaker-card .card-overlay {
    position: static;
    text-align-last: left;
  }
}
