/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-pre-footer .usps {
  display: grid;
  gap: 1em;
  grid-template-columns: 1fr;
  max-width: 1275px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .section-pre-footer .usps {
      grid-template-columns: repeat(3, 1fr); } }
  .section-pre-footer .usps .usp {
    display: flex;
    align-items: center;
    gap: 1em; }
    .section-pre-footer .usps .usp .icon img {
      width: auto;
      max-height: 40px; }
      @media all and (min-width: 1400px) {
        .section-pre-footer .usps .usp .icon img {
          max-height: 65px; } }
    .section-pre-footer .usps .usp .text {
      font-family: "Bitter", Helvetica, Arial, sans-serif;
      color: var(--dark-blue);
      font-size: 18px;
      line-height: 29px; }
      @media all and (min-width: 1300px) {
        .section-pre-footer .usps .usp .text {
          font-size: 21px; } }

/*# sourceMappingURL=pre-footer.css.map */
