.component-title-sliding-images-texts {
  .component-title-sliding-images-texts--wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1rem;

    .component-title-sliding-images-texts--head {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      .component-title-sliding-images-texts--subtitle {
        color: var(--orange);
        font-family: var(--font-family-poppins);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 266%; /* 37.1.5rem */
        letter-spacing: 0.063rem;
        text-transform: uppercase;
      }
      .component-title-sliding-images-texts--title {
        color: var(--blue);
        font-family: var(--font-family-poppins);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: none;
      }

      .component-title-sliding-images-texts--description p {
        color: var(--grey);
        text-align: justify;
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
    }
  }
}

.component-title-sliding-images-texts__home-products {
  .component-title-sliding-images-texts--wrapper__home-products {
    gap: 1.9375rem;
    padding: 0 1rem 3.25rem;
    .component-title-sliding-images-texts--head__home-products {
      gap: 0;
      .component-title-sliding-images-texts--title__home-products {
        color: var(--blue);
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
      .component-title-sliding-images-texts--description__home-products {
        p {
          text-align: left;
          color: #4b5563;
          font-family: Poppins;
          font-size: 1rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5rem; /* 150% */
        }
      }
    }
    .component-title-sliding-images-texts--slides__home-products {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 1rem;
      align-self: stretch;
      .component-title-cta-images-caption__home-products {
        height: 18rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        overflow: hidden;
        .component-title-cta-images-caption--image-overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          border-radius: 0.5rem;
          background: linear-gradient(0deg, var(--blue6) 0%, var(--blue6) 100%);
          z-index: 1;
          opacity: 0;
          transition: opacity var(--transition-time, 0.2s);
        }
        .component-title-cta-images-caption__home-products--caption {
          position: absolute;
          z-index: 1;
          margin-bottom: 1.563rem;
          display: inline-flex;
          padding: 1.5rem 3rem 1.5rem 1.5rem;
          background-color: var(--blue);
          border-top-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          color: var(--white);
          font-family: var(--font-family-inter);
          font-size: 2rem;
          font-style: normal;
          font-weight: 600;
          line-height: 2rem; /* 100% */
          .component-title-cta-images-caption__home-products--subtitle {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5rem; /* 150% */
          }
          .component-cta {
            transition: none;
            border: none;
            color: var(--white);
          }
          .component-cta:hover {
            background-color: inherit;
          }
        }

        .component-title-sliding-images-texts--wrapper-asset__home-products {
          position: relative;
          > picture > img {
            height: 18rem;
            object-fit: cover;
            border-radius: 0.5rem;
          }
        }
      }
      .component-title-cta-images-caption__home-products:hover {
        .component-title-cta-images-caption--image-overlay {
          opacity: 1;
        }
      }
    }
  }
}

.component-title-sliding-images-texts__home-application {
  margin: 0 1rem;

  background-color: var(--light-grey);
  .component-title-sliding-images-texts--wrapper__home-application {
    padding: 1.25rem 1rem;
    .component-title-sliding-images-texts--head__home-application {
      gap: 0.5rem;
      .component-title-sliding-images-texts--title__home-application {
        color: var(--blue);
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
    }
    .component-title-sliding-images-texts--slides__home-application {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
      flex-shrink: 0;
      .component-title-sliding-images-texts--topic-image-text__home-application {
        display: flex;
        height: 3.75rem;
        align-items: center;
        gap: 1.5rem;
        background-color: var(--white);
        width: 100%;
        border-radius: 0.5rem;
        box-shadow: 0 0.25rem 0.25rem 0 var(--box-shadow);
        .component-title-sliding-images-texts--topic-image-text__home-application--icon {
          width: 3.75rem;
          height: 3.75rem;
          padding: 0.625rem;
          background-color: var(--blue);
          border-radius: 0.5rem 0 0 0.5rem;
          display: flex; /* pour centrer l’image */
          justify-content: center;
          align-items: center;
          flex: 0 0 3.75rem;
          > picture > img {
            object-fit: contain;
            height: auto;
          }
        }
        > p {
          color: var(--blue);
          font-family: var(--font-family-poppins);
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }
      }
    }
  }
}

.component-title-sliding-images-texts__home-mosaic {
  .component-title-sliding-images-texts--slides__home-mosaic {
    border-radius: 1rem;
    overflow: hidden;
    .component-title-sliding-images-texts--wrapper-asset__home-mosaic > picture > img {
      height: 20.188rem;
      object-fit: cover;
    }
    .component-title-sliding-images-texts--topic-title-text__home-mosaic {
      height: auto;
      background-color: var(--backgroundColor);
      padding: 2rem 1rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem;
      font-family: var(--font-family-poppins);
      font-style: normal;
      width: auto;
      margin: 0;
      justify-content: center;
      .component-title-sliding-images-texts--topic-title-text__home-mosaic--title {
        color: var(--white);
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 3.4375rem; /* 137.5% */
      }
      .component-title-sliding-images-texts--topic-title-text__home-mosaic-text {
        p {
          text-align: left;
          color: var(--white);
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5rem; /* 150% */
        }
      }
    }
    .component-title-sliding-images-texts--topic-title-text__home-mosaic:last-child {
      .component-title-sliding-images-texts--topic-title-text__home-mosaic--title {
        color: var(--blue);
      }
      .component-title-sliding-images-texts--topic-title-text__home-mosaic-text {
        p {
          color: var(--grey);
        }
      }
    }
  }
}

.component-title-sliding-images-texts__home-news {
  .component-title-sliding-images-texts--wrapper__home-news {
    padding-top: 0.75rem;
    gap: 0;
  }
  .component-title-sliding-images-texts--slides__home-news {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;

    .component-title-sliding-images-texts--topic-image-text__home-news {
      background-color: var(--light-grey);
      border-radius: 0.5rem;
      overflow: hidden;
      box-shadow: 0 0.25rem 0.25rem 0 var(--box-shadow);
      width: 100%;
      max-width: 600px;
      transition: background-color var(--transition-time, 0.2s);
      > picture > img {
        object-fit: cover;
        height: 10rem;
      }
      .component-title-sliding-images-texts--topic-image-text__home-news--cta {
        display: flex;
        padding: 0.5rem 0.5rem 1rem 0.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.875rem;
        align-self: stretch;
        justify-content: center;
        a {
          color: var(--blue);
          font-family: var(--font-family-poppins);
          font-size: 1rem;
          font-style: normal;
          font-weight: 600;
          line-height: 1.5rem; /* 150% */
        }
      }
      &:hover {
        background-color: var(--blue-light);
        cursor: pointer;
      }
    }
  }
  .component-title-sliding-images-texts--cta__home-news {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    .component-title-sliding-images-texts--component-cta__home-news {
      padding: 0.5rem 1rem;
      color: var(--white);
      text-align: center;
      font-family: var(--font-family-poppins);
      font-size: 1rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1.25rem;
      border-radius: 0.5rem;
      width: 600px;
      max-width: 100%;
    }
    .component-title-sliding-images-texts--component-cta__home-news:hover {
      border-color: var(--blue7);
      background-color: var(--blue7);
    }
  }
}

.component-title-sliding-images-texts__lactose-download-link,
.component-title-sliding-images-texts__download-link,
.component-title-sliding-images-texts__wpc-download-link {
  .component-title-sliding-images-texts--wrapper {
    padding: 0 1rem 1rem;
    .component-title-sliding-images-texts--head {
      .component-title-sliding-images-texts--title {
        display: flex;
        padding: 0 1rem;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 8px;
        background: var(--orange);
        color: var(--white);
        font-family: var(--font-family-poppins);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.328rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: max-content;
      }
    }
    .component-title-sliding-images-texts--slides {
      display: flex;
      flex-direction: column;

      .component-title-cta-images-caption {
        .component-download-link {
          display: flex;
          align-items: center;
          color: var(--orange);
          font-family: var(--font-family-poppins);
          font-size: 1rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1.5rem;
          padding: 10px;
          justify-content: space-between;
          gap: 10px;
          flex: 1 0 0;
        }
        .component-download-link:hover {
          border-radius: 0.5rem;
          background-color: var(--orange2);
        }
      }
    }
  }
}

.component-title-sliding-images-texts__timeline {
  .component-title-sliding-images-texts--wrapper {
    .component-title-sliding-images-texts--head {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      .component-title-sliding-images-texts--subtitle {
        order: 2;
        font-family: var(--font-family-poppins);
        font-size: 1rem;
        font-weight: var(--h4-weight);
        line-height: 1.75rem;
        color: var(--grey);
        text-transform: none;
      }
      .component-title-sliding-images-texts--title {
        order: 1;
        color: var(--grey);
        font-family: var(--font-family-poppins);
        font-size: 1.5rem;
        font-weight: var(--h1-weight);
        line-height: 2.25rem;
        strong {
          color: var(--blue);
          font-weight: var(--h1-weight);
        }
      }
    }
    .component-title-sliding-images-texts--slides {
      .component-title-cta-images-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        .component-title-cta-images-caption--image-wrapper {
          .component-title-cta-images-caption--image-wrapper-description {
            display: none;
          }
          .component-wrapper-picture--picture-image {
            height: 4rem;
            width: auto;
          }
        }
        .component-title-cta-images-caption--subtitle {
          font-family: var(--font-family-poppins);
          color: var(--yellow);
          text-align: center;
          font-size: 1rem;
          font-style: normal;
          font-weight: var(--h1-weight);
          line-height: 1.5rem;
          border-radius: 0.25rem;
          background: var(--blue);
          padding: 0 0.5rem;
          display: inline;
        }
        .component-title-sliding-images-texts--component-title-cta-images-caption__timeline--description {
          color: var(--blue);
          text-align: center;
          font-family: var(--font-family-poppins);
          font-size: 1rem;
          font-weight: var(--h4-weight);
          line-height: 1.5rem;
          strong {
            font-weight: var(--h1-weight);
          }
        }
      }
    }
  }
}

.page-sustentabilidade {
  .component-title-sliding-images-texts__home-mosaic {
    .component-title-sliding-images-texts--head {
      display: none;
    }
    .component-title-sliding-images-texts--wrapper {
      padding: 2rem 0 1rem;

      .component-title-sliding-images-texts--slides {
        .component-title-cta-images-caption {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;

          .component-title-cta-images-caption--title {
            padding: 0.5rem 1rem;
            color: var(--blue);
            font-family: var(--font-family-poppins);
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
          }
          .component-title-cta-images-caption--description p {
            padding: 0.5rem 1rem;
            color: var(--grey);
            font-family: var(--font-family-poppins);
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
          }

          .topic-image-text {
            display: grid;
            grid-template-columns: 3.75rem 1fr;
            gap: 0.75rem;
            padding: 0 1rem 1rem;
            width: 100%;

            .topic-image-text--icon {
              grid-row: 1 / span 2;

              img {
                height: auto;
              }
            }

            .topic-image-text--caption {
              color: var(--grey);
              font-family: var(--font-family-poppins);
              font-size: 1.5rem;
              font-style: normal;
              font-weight: 600;
              line-height: 1.5rem;
            }

            .topic-image-text--secondary-caption {
              color: var(--grey);
              font-family: var(--font-family-poppins);
              font-size: 0.875rem;
              font-style: normal;
              font-weight: 400;
              line-height: 1.5rem;

              strong {
                color: var(--blue);
                font-weight: 600;
              }
            }
          }
        }
      }
    }
  }
}

@media (min-width: 23.438rem) {
  .component-title-sliding-images-texts__home-products {
    .component-title-sliding-images-texts--wrapper {
      .component-title-sliding-images-texts--slides {
        .component-title-cta-images-caption__home-products {
          height: 335px;
          width: 100%;
          max-width: 736px;
          .component-title-sliding-images-texts--wrapper-asset__home-products > picture > img {
            height: 335px;
            width: 100%;
          }
        }
      }
    }
  }
}

@media (min-width: 48rem) {
  .component-title-sliding-images-texts__home-products {
    .component-title-sliding-images-texts--wrapper {
      .component-title-sliding-images-texts--slides {
        align-items: center;
      }
    }
  }

  .component-title-sliding-images-texts__home-application {
    .component-title-sliding-images-texts--wrapper__home-application {
      .component-title-sliding-images-texts--head {
        .component-title-sliding-images-texts--title {
          font-size: 2rem;
        }
      }
      .component-title-sliding-images-texts--slides__home-application {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
      }
    }
  }

  .component-title-sliding-images-texts__home-news {
    .component-title-sliding-images-texts--slides__home-news {
      align-items: center;
    }
    .component-title-sliding-images-texts--cta__home-news {
      .component-title-sliding-images-texts--component-cta__home-news {
        width: 600px;
      }
    }
  }

  .component-title-sliding-images-texts__download-link,
  .component-title-sliding-images-texts__wpc-download-link {
    max-width: 75rem;
    margin: 0 auto;
    .component-title-sliding-images-texts--wrapper {
      .component-title-sliding-images-texts--slides {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        .component-title-cta-images-caption {
          max-width: 30.688rem;

          .component-download-link {
            margin: 0;
            justify-content: space-between;
          }
        }
      }
    }
  }

  .component-title-sliding-images-texts__timeline {
    padding-top: 5.313rem;
    .component-title-sliding-images-texts--wrapper {
      .component-title-sliding-images-texts--head {
        align-items: center;
        .component-title-sliding-images-texts--title {
          font-size: 3.75rem;
          line-height: 4.375rem;
        }
        .component-title-sliding-images-texts--subtitle {
          font-size: 1.5rem;
          line-height: 2.5rem;
        }
      }
    }
  }

  /* .component-title-sliding-images-texts__wpc-download-link {
    max-width: 75rem;
    margin: 0 auto;
    .component-title-sliding-images-texts--wrapper {
      .component-title-sliding-images-texts--slides {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        .component-title-cta-images-caption {
          max-width: 30.688rem;

          .component-download-link {
            margin: 0;
            justify-content: space-between;
          }
        }
      }
    }
  } */
}

@media (max-width: 63.938rem) {
  .page-sustentabilidade {
    .component-title-sliding-images-texts--wrapper {
      padding: 2rem 0 1rem;

      .component-title-sliding-images-texts--slides {
        .component-title-cta-images-caption {
          .component-title-cta-images-caption--subtitle {
            display: none;
          }

          .topic-image-text:first-child {
            margin-top: 2rem;
          }

          .topic-image-text:last-child {
            padding-bottom: 0;
          }

          padding: 1rem 0 2.5rem;
        }

        .component-title-cta-images-caption:last-child {
          padding-bottom: 0;
        }

        .wrapper-asset {
          max-height: 13.125rem;
          img {
            max-height: 13.125rem;
          }
        }

        .wrapper-asset:first-of-type {
          .component-wrapper-picture--picture-image {
            border-radius: 1rem 1rem 0 0;
          }
        }

        .wrapper-asset:last-of-type {
          .component-wrapper-picture--picture-image {
            border-radius: 0 0 1rem 1rem;
          }
        }
      }
    }
  }
}

@media (min-width: 64rem) {
  .component-title-sliding-images-texts__home-products {
    margin-top: 4.25rem;
    .component-title-sliding-images-texts--wrapper {
      max-width: 77rem;
      width: 100%;
      margin: 0 auto;
      .component-title-sliding-images-texts--head__home-products {
        .component-title-sliding-images-texts--title__home-products {
          margin-top: 0.5rem;
          font-size: 3rem;
          font-style: normal;
          font-weight: 500;
          line-height: 3.75rem; /* 125% */
        }
        .component-title-sliding-images-texts--description__home-products {
          margin-top: 0.75rem;
        }
      }
      .component-title-sliding-images-texts--slides {
        flex-direction: row;
        .component-title-cta-images-caption__home-products {
          width: 50%;
          .component-title-cta-images-caption__home-products--caption {
            width: 22.375rem;
          }
        }
      }
    }
  }

  .component-title-sliding-images-texts__home-mosaic {
    .component-title-sliding-images-texts--wrapper__home-mosaic {
      max-width: 77rem;
      width: 100%;
      margin: 0 auto;
      padding-top: 2.5rem;
      .component-title-sliding-images-texts--slides__home-mosaic {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        .component-title-sliding-images-texts--wrapper-asset__home-mosaic > picture > img {
          height: 23rem;
        }
        .component-title-sliding-images-texts--topic-title-text__home-mosaic {
          padding: 4.5rem 2.688rem;
          max-height: 23rem;
          .component-title-sliding-images-texts--topic-title-text__home-mosaic--title {
            font-size: min(2.778vw, 2.5rem);
          }
        }
      }
    }
  }

  .component-title-sliding-images-texts__home-news {
    .component-title-sliding-images-texts--wrapper__home-news {
      max-width: 77rem;
      width: 100%;
      margin: 0 auto;
      padding-top: 1rem;
      padding-bottom: 3rem;
      .component-title-sliding-images-texts--slides__home-news {
        flex-direction: row;
        gap: 1rem;
        justify-content: center;
        .component-title-sliding-images-texts--topic-image-text__home-news {
          display: flex;
          flex-direction: row;
          width: 37rem;
          gap: 1.5rem;
          > picture > img {
            width: 18rem;
          }
          .component-title-sliding-images-texts--topic-image-text__home-news--cta {
            max-width: 100%;
            justify-content: center;
            width: 19rem;
          }
        }
      }
      .component-title-sliding-images-texts--cta__home-news {
        justify-content: flex-end;
        .component-title-sliding-images-texts--component-cta__home-news {
          width: auto;
        }
      }
    }
  }
  .component-title-sliding-images-texts__lactose-download-link,
  .component-title-sliding-images-texts__download-link,
  .component-title-sliding-images-texts__wpc-download-link {
    max-width: 75rem;
    margin: 0 auto 7rem;
    padding: 0 1rem;

    .component-title-sliding-images-texts--wrapper {
      padding: 0;
      .component-title-sliding-images-texts--slides {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        .component-title-cta-images-caption {
          max-width: 30.688rem;
          width: 100%;
        }
      }
    }
  }

  .component-title-sliding-images-texts__lactose-download-link {
    margin: 5rem auto 2rem;
  }

  /* .component-title-sliding-images-texts__wpc-download-link {
    max-width: 75rem;
    margin: 0 auto 7rem;
    .component-title-sliding-images-texts--wrapper {
      padding: 0;
      .component-title-sliding-images-texts--slides {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        .component-title-cta-images-caption {
          max-width: 30.688rem;
          width: 100%;
        }
      }
    }
  } */

  .page-sustentabilidade {
    .component-title-sliding-images-texts__home-mosaic {
      max-width: 90rem;
      margin: 4.5rem auto 5rem;
      .component-title-sliding-images-texts--wrapper {
        max-width: 90rem;
        padding: 0 0 1rem;
        .component-title-sliding-images-texts--slides {
          grid-template-columns: 1fr 1rem 1fr;
          grid-template-rows: 25.5rem;
          border-radius: 0;
          overflow: hidden;

          .component-title-sliding-images-texts--wrapper-asset__home-mosaic {
            height: 25.5rem;
            .component-wrapper-picture--picture-image {
              height: 100%;
              width: auto;
              max-width: none;
            }
          }

          .component-title-sliding-images-texts--wrapper-asset__home-mosaic:first-of-type {
            grid-column: 2 / span 2;
            grid-row: 1;
            border-radius: 1rem 0 0 1rem;
            overflow: hidden;
          }

          .component-title-sliding-images-texts--wrapper-asset__home-mosaic:last-of-type {
            grid-column: 1 / span 2;
            grid-row: 2;
            border-radius: 0 1rem 1rem 0;
            overflow: hidden;
          }

          .component-title-cta-images-caption__home-mosaic:first-of-type {
            grid-column: 1;
            grid-row: 1;

            display: grid;
            grid-template-columns: 1fr;
            margin: auto;
            gap: 1rem;
            padding: 0 1rem;

            .component-title-cta-images-caption--title {
              font-size: 3rem;
              font-weight: 500;
              line-height: 3.438rem;
              padding: 0;
              grid-row: 2;
            }

            .component-title-cta-images-caption--subtitle {
              color: var(--orange);
              font-family: var(--font-family-poppins);
              font-size: 0.875rem;
              font-style: normal;
              font-weight: 500;
              line-height: 2.328rem;
              letter-spacing: 1px;
              text-transform: uppercase;
              grid-row: 1;
            }

            .component-title-cta-images-caption--description p {
              line-height: 1.5rem;
              padding: 0;
              grid-row: 3;
            }
          }

          .component-title-cta-images-caption__sustainability-ecology {
            grid-column: 3;
            grid-row: 2;
            padding: 0 1rem;
          }

          .component-title-cta-images-caption {
            max-width: 36.25rem;
            width: 100%;
            margin: 0 auto;

            .component-title-cta-images-caption--title {
              padding: 0.5rem 1rem;
              color: var(--blue);
              font-family: var(--font-family-poppins);
              font-size: 1.5rem;
              font-style: normal;
              font-weight: 600;
              line-height: normal;
            }
            .component-title-cta-images-caption--description p {
              padding: 0.5rem 1rem;
              color: var(--grey);
              font-family: var(--font-family-poppins);
              font-size: 1rem;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
            }

            .topic-image-text {
              padding: 0 0 2rem;
              column-gap: 1.5rem;

              .topic-image-text--icon {
                margin: auto 0;
              }
            }

            .topic-image-text:last-of-type {
              padding: 0;
            }
          }
        }
      }
    }
  }
}

@media (min-width: 90rem) {
  .component-title-sliding-images-texts__home-mosaic {
    .component-title-sliding-images-texts--wrapper__home-mosaic {
      padding-top: 4.5rem;
    }
  }
  .component-title-sliding-images-texts__home-application {
    margin: 0;
    .component-title-sliding-images-texts--wrapper__home-application {
      max-width: 90rem;
      margin: 0 auto;
      padding: 5rem 7.5rem;
      .component-title-sliding-images-texts--head {
        .component-title-sliding-images-texts--title {
          font-size: 3rem;
          line-height: 3.75rem; /* 125% */
        }
      }
      .component-title-sliding-images-texts--slides__home-application {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        .component-title-sliding-images-texts--topic-image-text__home-application {
          width: 24rem;
          height: 6.125rem;
          .component-title-sliding-images-texts--topic-image-text__home-application--icon {
            width: 6.75rem;
            height: 6.125rem;
            padding: 1.4375rem 1.5rem;
            align-items: center;
            gap: 0.625rem;

            flex: 0 0 6.75rem;
          }
          .component-title-sliding-images-texts--topic-image-text__home-application--caption {
            font-size: 1.5rem;
            font-style: normal;
            font-weight: 500;
            line-height: 2rem; /* 133.333% */
          }
        }
      }
    }
  }

  .component-title-sliding-images-texts__home-news {
    .component-title-sliding-images-texts--wrapper__home-news {
      padding-top: 2.5rem;
      padding-bottom: 4.5rem;
    }
  }

  .component-title-sliding-images-texts__home-products {
    margin-top: 8.25rem;
  }
}
