.node--view-mode-promoted-item {
  padding: 4.375rem 0;
}
.node--view-mode-promoted-item .blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 3px 2px 20px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 3px 2px 20px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0.5rem;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .node--view-mode-promoted-item .blog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.node--view-mode-promoted-item .blog__content__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 1023px) {
  .node--view-mode-promoted-item .blog__content__left {
    width: 100%;
  }
}
.node--view-mode-promoted-item .blog__content__left img {
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .node--view-mode-promoted-item .blog__content__left img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.node--view-mode-promoted-item .blog__content__right__inner {
  padding: 2rem;
}
.node--view-mode-promoted-item .blog__content__right h2 {
  color: #302668;
  font-size: 1.875rem;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .node--view-mode-promoted-item .blog__content__right h2 {
    font-size: 1.5rem;
  }
}
.node--view-mode-promoted-item .blog__content__right h2:after {
  display: block;
  content: "";
  border-bottom: 6px solid #96C038;
  width: 3.75rem;
  margin: 1.25rem 0;
}
.node--view-mode-promoted-item .blog__content__right__summary {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .node--view-mode-promoted-item .blog__content__right__summary {
    display: none;
  }
}
.node--view-mode-promoted-item .blog__content__right__node__type {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #B2DEE2;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.2rem;
  line-height: normal;
  margin-bottom: 10px;
}
/*# sourceMappingURL=../../../sourcemaps/components/promoted-content/promoted-content.css.map */
