.webinar-header {
  position: relative;
  padding-bottom: 80px;
}
.webinar-header .header-image {
  position: relative;
}
.webinar-header .item-image img{
  width: 100%;
  max-height: 270px;
  object-fit: cover;
}
.webinar-content {
  padding-bottom: 50px;
}
.webinar-date-block {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  font-size: 15px;
  padding: 0.8rem 7.2rem;
  background: #ffffff;
  white-space: nowrap;
  line-height: 6em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.webinar-date-block .date {
  padding-right: 50px;
}
.webinar-date-block i {
  padding-right: 8px;
  font-size: 18px;
}
.content-header {
  text-align: center;
  padding-bottom: 25px;
}
.content-sidebar > .column-inner {
  padding: 2.4rem;
  margin-top: 50px;
  margin-left: 50px;
  background-color: #e0e2e5;
}

.content-sidebar .form-title {
  font-weight: normal;
  text-align: center;
}

@media (max-width: 767px) {
  .content-sidebar > .column-inner {
    margin-left: 0px;
  }

  .webinar-date-block {
    position: unset;
    transform: unset;
  }
}
