.wb {
  display: flex;
}
.wb--mb {
  margin-bottom: 70px;
}
.wb__left {
  width: 50%;
  background-color: #F8F9FA;
  padding: 30px;
}
.wb__left--full {
  width: 100%;
}
.wb__left p {
  margin-bottom: 20px;
}
.wb__left p:last-of-type {
  margin-bottom: 0;
}
.wb__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .wb {
    flex-direction: column;
  }
  .wb__left {
    width: 100%;
  }
  .wb__right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .wb__left {
    padding: 30px 15px;
  }
}
/*# sourceMappingURL=../../maps/blocks/webinars/wb.css.map */
