@font-face {
  font-family: "Terezia D3 Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Terezia D3 Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Terezia D3 Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Terezia D3 Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Terezia D3 Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/oswald-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Terezia D3 Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/oswald-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.TereziaExtendedContent,
.TereziaExtendedContent * {
  box-sizing: border-box;
}

.TereziaExtendedContent {
  --tec-d3-navy: #082c69;
  --tec-d3-blue: #0073a5;
  --tec-d3-cyan: #006f9f;
  --tec-d3-pink: #bf006c;
  --tec-d3-soft-pink: #fff0f8;
  --tec-d3-ice: #eef8fd;
  --tec-d3-muted: #465a74;
  --tec-d3-section-pad: clamp(48px, 6vw, 84px);
  --tec-d3-block-gap: 12px;
  --tec-d3-inline-pad: clamp(22px, 5.4vw, 76px);
  inline-size: 100%;
  max-inline-size: 100%;
  margin-inline: auto;
  overflow: clip;
  background: #fff;
  color: var(--tec-d3-navy);
  font-family: "Terezia D3 Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.58;
}

.TereziaExtendedContent img {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
}

.TereziaExtendedContent h2,
.TereziaExtendedContent h3,
.TereziaExtendedContent p,
.TereziaExtendedContent figure,
.TereziaExtendedContent ul {
  margin: 0;
}

.TereziaExtendedContent .tec-d3-section {
  margin-block: var(--tec-d3-block-gap);
  padding-block: var(--tec-d3-section-pad);
}

.TereziaExtendedContent .tec-d3-section:first-child {
  margin-block-start: 0;
}

.TereziaExtendedContent .tec-d3-section:last-child {
  margin-block-end: 0;
}

.TereziaExtendedContent .tec-d3-inner {
  inline-size: 100%;
  padding-inline: var(--tec-d3-inline-pad);
}

.TereziaExtendedContent .tec-d3-kicker {
  color: var(--tec-d3-blue);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.TereziaExtendedContent h2,
.TereziaExtendedContent h3 {
  font-family: "Terezia D3 Oswald", Arial, sans-serif;
  font-weight: 700;
}

.TereziaExtendedContent h2 {
  margin-block-start: 12px;
  font-size: clamp(2.45rem, 4.7vw, 4.7rem);
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.TereziaExtendedContent .tec-d3-heading {
  max-inline-size: 880px;
}

.TereziaExtendedContent .tec-d3-heading--center {
  margin-inline: auto;
  text-align: center;
}

.TereziaExtendedContent .tec-d3-heading p:last-child {
  max-inline-size: 720px;
  margin: 22px auto 0;
  color: var(--tec-d3-muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.TereziaExtendedContent .tec-d3-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f6fbfe 0%, #e6f5fc 62%, #fff0f8 100%);
}

.TereziaExtendedContent .tec-d3-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(400px, 1.06fr);
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
  min-block-size: 670px;
}

.TereziaExtendedContent .tec-d3-hero__copy {
  position: relative;
  z-index: 2;
  max-inline-size: 650px;
}

.TereziaExtendedContent .tec-d3-hero h2 {
  font-size: clamp(3.25rem, 6vw, 6.35rem);
  line-height: 1.02;
}

.TereziaExtendedContent .tec-d3-lead {
  max-inline-size: 620px;
  margin-block-start: 26px;
  color: var(--tec-d3-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.TereziaExtendedContent .tec-d3-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-block-start: 34px;
  padding: 0;
  list-style: none;
}

.TereziaExtendedContent .tec-d3-hero-facts li {
  min-block-size: 98px;
  padding: 18px 15px;
  border: 1px solid rgba(8, 44, 105, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 32px rgba(8, 44, 105, 0.07);
}

.TereziaExtendedContent .tec-d3-hero-facts strong,
.TereziaExtendedContent .tec-d3-hero-facts span {
  display: block;
}

.TereziaExtendedContent .tec-d3-hero-facts strong {
  color: var(--tec-d3-pink);
  font-family: "Terezia D3 Oswald", Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.TereziaExtendedContent .tec-d3-hero-facts span {
  margin-block-start: 7px;
  color: var(--tec-d3-muted);
  font-size: 0.78rem;
}

.TereziaExtendedContent .tec-d3-hero__visual {
  position: relative;
  z-index: 1;
  display: grid;
  min-inline-size: 0;
  min-block-size: 570px;
  place-items: center;
}

.TereziaExtendedContent .tec-d3-hero__visual img {
  position: relative;
  z-index: 2;
  inline-size: min(100%, 700px);
  block-size: auto;
  object-fit: contain;
}

.TereziaExtendedContent .tec-d3-orb {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
}

.TereziaExtendedContent .tec-d3-orb--cyan {
  inset-block-start: 4%;
  inset-inline-end: -5%;
  inline-size: clamp(220px, 28vw, 420px);
  aspect-ratio: 1;
  background: rgba(0, 174, 234, 0.14);
}

.TereziaExtendedContent .tec-d3-orb--pink {
  inset-block-end: 2%;
  inset-inline-start: 2%;
  inline-size: clamp(150px, 20vw, 300px);
  aspect-ratio: 1;
  background: rgba(191, 0, 108, 0.09);
}

.TereziaExtendedContent .tec-d3-benefits {
  background: #fff;
}

.TereziaExtendedContent .tec-d3-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 26px);
  margin-block-start: clamp(36px, 5vw, 62px);
}

.TereziaExtendedContent .tec-d3-benefit-card {
  display: grid;
  align-content: start;
  justify-items: center;
  min-block-size: 332px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(8, 44, 105, 0.11);
  border-radius: 28px;
  background: linear-gradient(160deg, #fff, #f4fafe);
  box-shadow: 0 18px 50px rgba(8, 44, 105, 0.07);
  text-align: center;
}

.TereziaExtendedContent .tec-d3-benefit-card img {
  inline-size: 92px;
  block-size: auto;
}

.TereziaExtendedContent .tec-d3-benefit-card h3 {
  margin-block-start: 24px;
  color: var(--tec-d3-blue);
  font-size: 1.48rem;
}

.TereziaExtendedContent .tec-d3-benefit-card p {
  margin-block-start: 12px;
  color: var(--tec-d3-muted);
  font-size: 0.94rem;
}

.TereziaExtendedContent .tec-d3-everyday {
  background: var(--tec-d3-soft-pink);
}

.TereziaExtendedContent .tec-d3-everyday__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.TereziaExtendedContent .tec-d3-everyday__copy h2 {
  font-size: clamp(2.55rem, 4.5vw, 4.7rem);
}

.TereziaExtendedContent .tec-d3-check-list {
  display: grid;
  gap: 16px;
  margin-block-start: 30px;
  padding: 0;
  list-style: none;
}

.TereziaExtendedContent .tec-d3-check-list li {
  position: relative;
  padding-inline-start: 38px;
  color: var(--tec-d3-muted);
}

.TereziaExtendedContent .tec-d3-check-list li::before {
  position: absolute;
  inset-block-start: 0.2em;
  inset-inline-start: 0;
  display: grid;
  inline-size: 24px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--tec-d3-pink);
  color: #fff;
  content: "✓";
  font-size: 0.78rem;
  font-weight: 600;
}

.TereziaExtendedContent .tec-d3-everyday__photo {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(8, 44, 105, 0.12);
}

.TereziaExtendedContent .tec-d3-everyday__photo img {
  inline-size: 100%;
  block-size: auto;
}

.TereziaExtendedContent .tec-d3-clean {
  background: var(--tec-d3-ice);
}

.TereziaExtendedContent .tec-d3-clean-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-block-start: clamp(34px, 5vw, 58px);
  padding: 0;
  list-style: none;
}

.TereziaExtendedContent .tec-d3-clean-grid li {
  display: grid;
  min-block-size: 184px;
  padding: 24px 18px;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--tec-d3-blue);
  font-weight: 600;
  text-align: center;
}

.TereziaExtendedContent .tec-d3-clean-grid img {
  inline-size: 94px;
  block-size: auto;
}

.TereziaExtendedContent .tec-d3-clean-grid span {
  margin-block-start: 12px;
}

.TereziaExtendedContent .tec-d3-dosage {
  background: #fff;
}

.TereziaExtendedContent .tec-d3-dosage__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}

.TereziaExtendedContent .tec-d3-dose-list {
  display: grid;
  gap: 14px;
  margin-block-start: 32px;
}

.TereziaExtendedContent .tec-d3-dose-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(8, 44, 105, 0.12);
  border-radius: 20px;
  background: #f7fbfe;
}

.TereziaExtendedContent .tec-d3-dose-row__number {
  display: grid;
  inline-size: 70px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--tec-d3-pink);
  color: #fff;
  font-family: "Terezia D3 Oswald", Arial, sans-serif;
  font-size: 2.35rem;
  line-height: 1;
}

.TereziaExtendedContent .tec-d3-dose-row h3 {
  color: var(--tec-d3-blue);
  font-size: 1.45rem;
}

.TereziaExtendedContent .tec-d3-dose-row div p {
  margin-block-start: 3px;
  color: var(--tec-d3-muted);
  font-size: 0.88rem;
}

.TereziaExtendedContent .tec-d3-dose-note {
  margin-block-start: 22px;
  color: var(--tec-d3-muted);
  font-size: 0.88rem;
}

.TereziaExtendedContent .tec-d3-dosage__visual {
  position: relative;
  display: grid;
  min-inline-size: 0;
  min-block-size: 430px;
  place-items: center;
  border-radius: 36px;
  background: linear-gradient(145deg, #eef9fd, #fff2f9);
}

.TereziaExtendedContent .tec-d3-dosage__visual img {
  position: relative;
  z-index: 2;
  inline-size: min(92%, 660px);
  block-size: auto;
  object-fit: contain;
}

.TereziaExtendedContent .tec-d3-drop-label {
  position: absolute;
  z-index: 3;
  inset-block-start: 24px;
  inset-inline-end: 24px;
  display: grid;
  inline-size: 112px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 56% 44% 54% 46% / 40% 45% 55% 60%;
  background: var(--tec-d3-cyan);
  color: #fff;
  font-family: "Terezia D3 Oswald", Arial, sans-serif;
  font-size: 1.55rem;
  transform: rotate(12deg);
}

.TereziaExtendedContent .tec-d3-rating {
  background: linear-gradient(125deg, #a7005d, #c90078);
  color: #fff;
}

.TereziaExtendedContent .tec-d3-rating__inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
}

.TereziaExtendedContent .tec-d3-rating__score {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-family: "Terezia D3 Oswald", Arial, sans-serif;
  line-height: 0.85;
}

.TereziaExtendedContent .tec-d3-rating__score strong {
  font-size: clamp(7rem, 14vw, 13rem);
}

.TereziaExtendedContent .tec-d3-rating__score span {
  margin-block-start: 0.14em;
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.TereziaExtendedContent .tec-d3-rating .tec-d3-kicker {
  color: #d9f5ff;
}

.TereziaExtendedContent .tec-d3-rating__copy {
  max-inline-size: 680px;
}

.TereziaExtendedContent .tec-d3-rating__copy h2 {
  font-size: clamp(2.5rem, 4.6vw, 4.8rem);
}

.TereziaExtendedContent .tec-d3-rating__copy p {
  margin-block-start: 22px;
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
}

.TereziaExtendedContent .tec-d3-rating__copy .tec-d3-rating__source {
  margin-block-start: 14px;
  color: #d9f5ff;
  font-size: 0.82rem;
}

.TereziaExtendedContent .tec-d3-quality {
  background: #f7fbfe;
}

.TereziaExtendedContent .tec-d3-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-block-start: clamp(34px, 5vw, 58px);
}

.TereziaExtendedContent .tec-d3-process-grid article {
  min-block-size: 250px;
  padding: clamp(26px, 3.3vw, 42px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(8, 44, 105, 0.06);
}

.TereziaExtendedContent .tec-d3-process-grid span {
  display: grid;
  inline-size: 52px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--tec-d3-cyan);
  color: #fff;
  font-family: "Terezia D3 Oswald", Arial, sans-serif;
  font-size: 1.2rem;
}

.TereziaExtendedContent .tec-d3-process-grid h3 {
  margin-block-start: 24px;
  color: var(--tec-d3-blue);
  font-size: 1.45rem;
}

.TereziaExtendedContent .tec-d3-process-grid p {
  margin-block-start: 10px;
  color: var(--tec-d3-muted);
  font-size: 0.9rem;
}

.TereziaExtendedContent .tec-d3-quality-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-block-start: 18px;
}

.TereziaExtendedContent .tec-d3-quality-gallery figure {
  overflow: hidden;
  border-radius: 20px;
}

.TereziaExtendedContent .tec-d3-quality-gallery img {
  inline-size: 100%;
  block-size: auto;
}

.TereziaExtendedContent .tec-d3-certification {
  display: grid;
  grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
  align-items: center;
  gap: 32px;
  margin-block-start: 18px;
  padding: clamp(30px, 4vw, 50px);
  border-radius: 24px;
  background: var(--tec-d3-navy);
  color: #fff;
}

.TereziaExtendedContent .tec-d3-certification .tec-d3-kicker {
  color: #82dcfb;
}

.TereziaExtendedContent .tec-d3-certification h3 {
  margin-block-start: 8px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1;
}

.TereziaExtendedContent .tec-d3-certification p:last-child {
  max-inline-size: 650px;
  color: #e7f4fa;
}

@media (max-width: 980px) {
  .TereziaExtendedContent .tec-d3-hero__inner,
  .TereziaExtendedContent .tec-d3-everyday__inner,
  .TereziaExtendedContent .tec-d3-dosage__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .TereziaExtendedContent .tec-d3-hero__inner {
    min-block-size: 0;
  }

  .TereziaExtendedContent .tec-d3-hero__copy {
    max-inline-size: 760px;
  }

  .TereziaExtendedContent .tec-d3-hero__visual {
    min-block-size: 460px;
  }

  .TereziaExtendedContent .tec-d3-hero__visual img {
    inline-size: min(90%, 680px);
  }

  .TereziaExtendedContent .tec-d3-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .TereziaExtendedContent .tec-d3-benefit-card {
    min-block-size: 280px;
  }

  .TereziaExtendedContent .tec-d3-everyday__copy,
  .TereziaExtendedContent .tec-d3-dosage__copy {
    max-inline-size: 760px;
  }

  .TereziaExtendedContent .tec-d3-clean-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .TereziaExtendedContent .tec-d3-dosage__visual {
    min-block-size: 390px;
  }

  .TereziaExtendedContent .tec-d3-dosage__visual img {
    inline-size: min(82%, 660px);
  }
}

@media (max-width: 640px) {
  .TereziaExtendedContent {
    --tec-d3-section-pad: 44px;
    --tec-d3-inline-pad: 22px;
    --tec-d3-block-gap: 10px;
    font-size: 15px;
  }

  .TereziaExtendedContent h2 {
    font-size: 2.45rem;
    line-height: 1.12;
  }

  .TereziaExtendedContent .tec-d3-hero h2 {
    font-size: clamp(3.05rem, 15vw, 4.2rem);
    line-height: 1.05;
  }

  .TereziaExtendedContent .tec-d3-lead {
    margin-block-start: 20px;
  }

  .TereziaExtendedContent .tec-d3-hero-facts {
    grid-template-columns: minmax(0, 1fr);
    margin-block-start: 26px;
  }

  .TereziaExtendedContent .tec-d3-hero-facts li {
    min-block-size: 0;
  }

  .TereziaExtendedContent .tec-d3-hero__visual {
    min-block-size: 340px;
  }

  .TereziaExtendedContent .tec-d3-hero__visual img {
    inline-size: 100%;
    max-inline-size: 100%;
  }

  .TereziaExtendedContent .tec-d3-orb--cyan {
    inset-inline-end: 0;
  }

  .TereziaExtendedContent .tec-d3-benefit-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .TereziaExtendedContent .tec-d3-benefit-card {
    min-block-size: 0;
    padding: 26px;
  }

  .TereziaExtendedContent .tec-d3-benefit-card img {
    inline-size: 82px;
  }

  .TereziaExtendedContent .tec-d3-everyday__inner {
    gap: 30px;
  }

  .TereziaExtendedContent .tec-d3-everyday__copy h2 {
    font-size: 2.45rem;
  }

  .TereziaExtendedContent .tec-d3-everyday__photo {
    border-radius: 20px;
  }

  .TereziaExtendedContent .tec-d3-clean-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .TereziaExtendedContent .tec-d3-clean-grid li {
    min-block-size: 154px;
    padding: 18px 10px;
  }

  .TereziaExtendedContent .tec-d3-clean-grid img {
    inline-size: 78px;
  }

  .TereziaExtendedContent .tec-d3-dose-row {
    gap: 15px;
    padding: 16px;
  }

  .TereziaExtendedContent .tec-d3-dose-row__number {
    inline-size: 60px;
    font-size: 2rem;
  }

  .TereziaExtendedContent .tec-d3-dosage__visual {
    min-block-size: 270px;
    border-radius: 24px;
  }

  .TereziaExtendedContent .tec-d3-dosage__visual img {
    inline-size: 100%;
  }

  .TereziaExtendedContent .tec-d3-drop-label {
    inset-block-start: 14px;
    inset-inline-end: 14px;
    inline-size: 82px;
    font-size: 1.18rem;
  }

  .TereziaExtendedContent .tec-d3-rating__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .TereziaExtendedContent .tec-d3-rating__score {
    justify-content: flex-start;
  }

  .TereziaExtendedContent .tec-d3-rating__score strong {
    font-size: 8rem;
  }

  .TereziaExtendedContent .tec-d3-rating__score span {
    font-size: 3.5rem;
  }

  .TereziaExtendedContent .tec-d3-rating__copy h2 {
    font-size: 2.45rem;
  }

  .TereziaExtendedContent .tec-d3-process-grid,
  .TereziaExtendedContent .tec-d3-quality-gallery,
  .TereziaExtendedContent .tec-d3-certification {
    grid-template-columns: minmax(0, 1fr);
  }

  .TereziaExtendedContent .tec-d3-process-grid article {
    min-block-size: 0;
  }

  .TereziaExtendedContent .tec-d3-certification {
    gap: 20px;
  }
}
