.wp-singular.single-leistung {
  & .service {
    & .service__header {
      padding-top: 40px;
      padding-bottom: 40px;

      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 48px;

      @media (min-width: 1024px) {
        padding-top: 60px;
        padding-bottom: 60px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 60px;
      }

      @media (min-width: 1440px) {
        padding-top: 90px;
        padding-bottom: 80px;
        gap: 80px;
      }

      & .service__featured-image {
        width: 100%;
        height: 335px;
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid var(--wp--preset--color--tan, #c8af7b);

        @media (min-width: 768px) {
          height: 440px;
        }

        @media (min-width: 1024px) {
          width: 46%;
          max-width: 530px;
          min-height: 440px;
        }

        & img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      & .service__header-content {
        display: flex;
        flex-direction: column;
        gap: 32px;

        @media (min-width: 1024px) {
          width: 46%;
          max-width: 530px;
          gap: 40px;
        }

        & .service__title {
          hyphens: auto;
        }

        & .service__excerpt {
          hyphens: auto;
          color: var(--wp--preset--color--neutral-dark, #4c4c4c);
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;

          @media (min-width: 1024px) {
            font-size: 18px;
          }
        }
      }
    }
  }
}
