/* components/usps/src/scss/usps.scss */
.c-usps__content {
  margin-bottom: 3.4375rem;
}
@media (min-width: 768px) {
  .c-usps__content {
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .c-usps__content {
    position: relative;
  }
  .c-usps__content::after {
    content: "";
    background: url(./img/curly.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 100%;
    right: 0;
    pointer-events: none;
    width: 7.1875rem;
    height: 8.4375rem;
  }
}
/*# sourceMappingURL=usps.css.map */
