.wbnr-post__media {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}
.wbnr-post__media iframe,
.wbnr-post__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wbnr-post__media--mb {
  margin-bottom: 20px;
}
.wbnr-post__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.wbnr-post__title--large {
  font-size: 17px;
}
.wbnr-post__desc {
  font-size: 14px;
  margin-bottom: 12px;
}
.wbnr-post__link {
  font-size: 14px;
  font-weight: bold;
  color: #FA8500;
}
.wbnr-post__link img {
  margin-left: 7px;
}
.wbnr-post__link--right {
  margin-left: auto;
}
.wbnr-post__aside {
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(32, 32, 32, 0.07);
}
.wbnr-post__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wbnr-post__item:last-child {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.wbnr-post__main {
  margin-bottom: 50px;
}
.wbnr-post__main-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wbnr-post__main-note {
  font-size: 11px;
  color: #FC6B66;
}
.wbnr-post__main-top {
  margin-bottom: 20px;
}
.wbnr-post__bottom {
  padding: 30px 35px;
  background-color: #F6F8FA;
}
@media (max-width: 1199px) {
  .wbnr-post__aside {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .wbnr-post__main {
    margin-bottom: 0;
  }
  .wbnr-post__bottom {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=../../maps/blocks/webinars/wbnr-post.css.map */
