/* Generated by vite-plugin-svg-spritemap */
.textimage {
  background-color: #ffffff;
}
.textimage__title {
  text-align: center;
}
.textimage__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}
.textimage__content {
  line-height: 1.75;
}
.textimage__content img {
  display: block;
  max-width: 16.25rem;
  height: auto;
}
.textimage__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 47.99875em) {
  .textimage__body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 20em) {
  .textimage__body {
    gap: 1.75rem;
  }
  .textimage__content {
    font-size: 1rem;
  }
  .textimage__content p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .textimage__content img {
    margin-top: 1.125rem;
  }
  .textimage__content img {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .textimage__body {
    gap: clamp( 1.75rem , 1.15rem  +  3vw , 3.4375rem );
  }
  .textimage__content {
    font-size: clamp( 1rem , 0.95555555555625rem  +  0.2222222222vw , 1.125rem );
  }
  .textimage__content p:not(:last-child) {
    margin-bottom: clamp( 1rem , 0.822222222225rem  +  0.8888888889vw , 1.5rem );
  }
  .textimage__content img {
    margin-top: clamp( 1.125rem , 0.902777777775rem  +  1.1111111111vw , 1.75rem );
  }
  .textimage__content img {
    margin-bottom: clamp( 0.5rem , 0.4111111111125rem  +  0.4444444444vw , 0.75rem );
  }
}
@media (min-width: 76.25em) {
  .textimage__body {
    gap: 3.4375rem;
  }
  .textimage__content {
    font-size: 1.125rem;
  }
  .textimage__content p:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .textimage__content img {
    margin-top: 1.75rem;
  }
  .textimage__content img {
    margin-bottom: 0.75rem;
  }
}