/* sass */
.type-post .featured {
  margin: 2em auto 3em;
  font-size: 14px;
  border-radius: 5px; }
  .type-post .featured .featured-in {
    padding: 1.5em 1.5em; }
    .type-post .featured .featured-in .wp-caption {
      width: 100%;
      max-width: 100%; }
      .type-post .featured .featured-in .wp-caption img {
        width: 100%; }
  .type-post .featured h2 {
    font-size: 1.2em;
    padding: 0;
    margin-bottom: 1.2em; }
  .type-post .featured h3 {
    padding: 0;
    margin-bottom: 0.8em; }
  .type-post .featured .col-2 {
    width: 48%; }
  .type-post .featured.type-1 {
    background: #f4f4f4; }
  .type-post .featured.type-2 {
    background: #fff9c0; }
