.sw25-om-homepage-hero {
  color: #111;

  .sw19s-std-wrap {
    max-width: 1280px;
    padding-top: 40px;
    padding-bottom: 56px;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .hero-section {
    max-width: 920px;
    display: flex;
    flex-direction: column;
    gap: 56px;
  }

  .main-featured-post {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .hero-image img {
    width: 480px;
    height: 270px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 376 / 211;
    border-radius: 13.6px;
  }

  h2,
  h3 {
    margin: 0;
    padding: 0;
  }

  .hero-headline a {
    color: #111;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
  }

  .hero-headline {
    padding-bottom: 12px;
  }

  .main-post-info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
  }

  .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .date {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Slab";
  }

  .author a {
    color: #111;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;

    &:hover {
      color: #006482;
      text-decoration-thickness: 2px;
    }
  }

  .divider {
    width: 1px;
    background-color: #a0b9b9;
  }

  .vert-divider {
    display: none;
  }

  .featured-posts {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .featured-post {
    display: flex;
    flex-direction: column;
  }

  .featured-post-image img {
    width: 296px;
    height: 166.5px;
    object-fit: cover;
    object-position: center;
    border-radius: 13.6px;
  }

  .featured-post-image a {
    display: block;
  }

  .featured-post-headline a {
    color: #111;
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    display: block;

    &:hover {
      text-decoration: underline;
    }
  }

  .featured-post-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .date-and-author {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding-top: 16px;
    margin-top: auto;
  }

  .date {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Slab";
  }

  .author a {
    color: #111;
    font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
  }

  .featured-post-categories {
    display: flex;
    gap: 24px;
    padding-top: 16px;
  }

  a.category-pill {
    display: block;
    background-color: #d8e3e3;
    color: #444;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 16px;
    font-weight: bold;
    box-sizing: border-box;
    border: solid 1px transparent;

    &:hover {
      border: solid 1px #444;
    }
  }

  .latest-posts-section {
    max-width: 272px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .latest-posts-headline {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
  }

  .latest-post {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .number {
    font-family: "Roboto Slab";
    color: #4d7c83;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
  }

  .latest-post a {
    color: #111;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: block;

    &:hover {
      text-decoration: underline;
    }
  }

  .latest-post .date {
    padding-top: 4px;
    font-size: 14px;
    line-height: normal;
  }

  .view-all a {
    padding-left: 30px;
    display: flex;
    gap: 8px;
    align-items: center;
    color: #111;
    text-decoration: underline;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;

    &:hover {
      text-decoration-thickness: 2px;
    }
  }

  @media (max-width: 1200px) {
    .sw19s-std-wrap {
      flex-direction: column;
      align-items: center;
    }

    .latest-posts-section {
      max-width: none;
    }
  }

  @media (max-width: 992px) {
    .sw19s-std-wrap {
      padding: 0px;
    }

    .main-featured-post {
      flex-direction: column-reverse;
      gap: 16px;
    }

    .main-featured-post .divider {
      display: none;
    }

    .main-post-category {
      flex-basis: 100%;
      display: flex;
    }

    .hero-section {
      gap: 40px;
    }

    .vert-divider {
      display: block;
      height: 1px;
      background-color: #ccc;
      margin: 0 24px;
    }

    .main-post-info {
      flex-wrap: wrap;
      gap: 24px;
    }

    .text {
      padding: 0px 24px;
    }

    .author a {
      color: #444;
    }

    .hero-headline a {
      font-size: 34px;
      line-height: 44px;
    }

    h2.hero-headline {
      padding-bottom: 24px;
    }

    .hero-image img {
      width: 100%;
      height: 100%;
      max-width: none;
      max-height: none;
      border-radius: 0;
    }

    .hero-image a {
      display: block;
    }

    .featured-posts {
      flex-direction: column;
      padding: 0 24px;
      gap: 40px;
    }

    .featured-post-categories {
      padding-top: 24px;
    }

    .featured-post-text {
      gap: 24px;
    }

    .date-and-author {
      padding: 24px 0 16px 0;
    }

    .latest-posts-section {
      padding: 0 24px 40px 24px;
      align-self: start;
    }

    .latest-post .date {
      font-family: "Roboto";
    }

    .latest-post a {
      line-height: 24px;
    }

    .number {
      color: #111;
      font-family: "Roboto";
      font-size: 24px;
      line-height: 24px;

      &::after {
        content: ".";
      }
    }
  }

  @media (max-width: 768px) {
  }
}
