.event-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 761px) {
  .event-item {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.time-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11px;
  padding: 2rem 4.3rem 1.8rem 0;
}
@media screen and (max-width: 761px) {
  .time-block {
    padding: 2rem 4.3rem 1.8rem 0;
  }
}
.underline {
  width: 102px;
  height: 13px;
  flex-shrink: 0;
  background: #4942e4;
}
@media screen and (max-width: 761px) {
  .underline {
    width: 80px;
    height: 6px;
  }
}
.hours {
  min-width: 20rem;
  color: #11009e;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 761px) {
  .hours {
    min-width: none;
    font-size: 2rem;
  }
}
.event-title {
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 761px) {
  .event-title {
    font-size: 2rem;
  }
}
.event-title-blue {
  color: #11009e;
  padding: 2rem 2rem 1.8rem 6.3rem;
}
@media screen and (max-width: 761px) {
  .event-title-blue {
    padding: 0 2rem 1.8rem 0;
  }
}
.dvorana {
  color: #4942e4;
  font-size: 2rem;
  font-weight: 400;
}
.event-title-white {
  max-width: 800px;
  color: #fff;
  padding: 11px 27px 17px 27px;
  background: #4942e4;
  margin: 22px 20px 0 76px;
}
@media screen and (max-width: 761px) {
  .event-title-white {
    margin: 22px 10px 0 10px;
  }
}
.border-right {
  border-right: 3px solid #4942e4;
}
.border-left {
  border-left: 3px solid #4942e4;
}
.border-left-white {
  border-left: 3px solid #fff;
}
.border-bottom {
  border-bottom: 3px solid rgba(73, 66, 228, 0.3);
}
@media screen and (max-width: 761px) {
  .border-right {
    border-right: none;
  }
  .border-left-white {
    border-left: none;
  }
}
.noborder {
  border: none;
}
.program-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.program-block-lower {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 2.5rem;
  padding: 1.8rem 0 1.8rem 3.75rem;
}
@media screen and (max-width: 761px) {
  .program-block-lower {
    margin-left: 2.5rem;
    padding: 1.8rem 10px 1.8rem 1rem;
  }
}
.event-subtitle {
  color: #11009e;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}
.event-hours {
  color: #4942e4;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin: 0.75rem 0;
}
@media screen and (max-width: 761px) {
  .event-hours {
    font-size: 2.4rem;
  }
}
.event-desc {
  color: rgba(17, 0, 158, 0.46);
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.125rem;
}
@media screen and (max-width: 761px) {
  .event-desc {
    font-size: 1.5rem;
  }
}
.speaker {
  color: #11009e;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 761px) {
  .speaker {
    font-size: 1.4rem;
  }
}
.event-fullwidth {
  width: 100%;
  padding: 2.3rem 0;
  background: #4942e4;
}
@media screen and (max-width: 761px) {
  .event-fullwidth .content .event-item .time-block {
    margin-left: 2rem;
  }
}
.text-white {
  color: #fff;
}
