#webinar-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  cursor: pointer hosszú;
  color: white;
  background: none;
  border: none;
  outline: none;
}

#webinar {
  background: #0b1f3a;
  padding: 20px;
  width: 100%;
  z-index: 1000;
  position: sticky;
  top: 0;
}

a:hover {
  color: white !important;
}

#webinar .section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

#webinar .section .btn-primary {
  text-align: center;
}

#webinar h1 {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  #webinar h1 {
    text-align: left !important;
    max-width: 70%;
    font-size: 1.2rem;
  }

  #webinar .section {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  #webinar {
    padding: 15px;
  }

  #webinar h1 {
    font-size: 0.8rem;
  }

  #webinar .section {
    padding: 0 10px;
    gap: 10px;
  }

  .webinar-button {
    display: block !important;
    padding: 5px 10px !important;
    font-size: 0.8rem !important;
    width: 155px;
    text-align: center;
  }

  .webinar-button .unicon-arrow-right {
    display: none !important;
  }

  #webinar-close {
    right: 0;
    top: 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  #webinar .section {
    padding: 0 10px;
    gap: 15px;
  }
}

@media screen and (max-width: 350px) {
  #webinar h1 {
    max-width: 60%;
  }
}
