

.title_container {
  position: relative;
  font-size: 30px;
  height: 855px;
}

.title_wrapper {
  height: 100%;
  width: 50%;
  justify-content: center;
}


.title {
  max-width: 670px; 
  font-size; 80px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
  hyphens: none;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slides {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.5s ease-in-out
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.webinar {
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 600; 
  letter-spacing: 0.18px;
  color: #E16900;
  text-transform: uppercase;
}

.title_text {
  letter-spacing: 0px;
  text-transform: uppercase;
}

.title_link {
  letter-spacing: 0px;
}


.title_images {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 83%;
  z-index: -1;
}

.title_image_wrapper {
  width: 100%;
  height: 100%; 
}

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

@media (max-width:1023px) {
  h1.title {
    font-size: 40px; 
  }
  
  .webinar {
    position: absolute;
    top: -60px;
    z-index: 2; 
  }
  
  .title_container {
    flex-direction: column-reverse; 
  }
  
  .title_images {
    position: static;
    align-self: end;
    width: 90%; 
  }
  
  .title_wrapper {
    position: relative;
    height: auto; 
    width: 75%;
    justify-content: start; 
  }
  
  .title_text, .title_link, .webinar {
    font-size: 
  }
  
  .title_container {
    padding: 0 15px; 
  }

}


@media (min-width:768px) and (max-width:1023px) {
  h1.title {
    font-size: 48px; 
  }
}

@media (min-width: 1025px) and (max-width: 1540px) {
  h1.title   {
    font-size: 64px; 
  }
}