<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/Blocks/TextAndImageBlock/src/sass/text-and-image-block.scss ***!
  \****************************************************************************************************************************************************************************************************/
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
  .text-and-image-block h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  @media (min-width: 768px) {
    .text-and-image-block h3 {
      font-size: 33px;
      line-height: 40px;
    }
  }
  .text-and-image-block p {
    font-size: 14px;
    line-height: 1.6;
  }
  @media (min-width: 768px) {
    .text-and-image-block p {
      font-size: 19px;
      line-height: 28px;
      margin-bottom: 30px;
    }
  }
  .text-and-image-block ul {
    display: flex;
    gap: 1rem;
  }
  @media (min-width: 768px) {
    .text-and-image-block ul {
      display: block;
    }
  }
  .text-and-image-block li {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    /* webpackIgnore: true */
    background: url(../../../../../images/tick.svg) no-repeat 10px top;
    color: #707070;
    padding-top: 30px;
    background-size: 18px;
    border-left: solid 1px #E3E3E3;
    padding-left: 10px;
    flex: 1;
  }
  .text-and-image-block li:first-child {
    background-position: 0 top;
    padding-left: 0;
    border-left: none;
  }
  @media (min-width: 768px) {
    .text-and-image-block li {
      border: none;
      background: url(../9ee94e77a456883176c2.svg) no-repeat left 5px;
      background-size: 34px;
      padding-left: 50px;
      padding-top: 0;
      padding-bottom: 30px;
      font-size: 18px;
      line-height: 26px;
    }
    .text-and-image-block li:first-child {
      padding-left: 50px;
    }
  }

/*# sourceMappingURL=text-and-image-block.css.map*/</pre></body></html>