/**
 * 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-content-usps .container .content p {
  margin: 0; }

@media (min-width: 981px) {
  .section-content-usps .container .content {
    display: flex;
    gap: 4em; } }

.section-content-usps .container .content ul li {
  color: var(--white); }

.section-content-usps .container .content ol {
  list-style: none;
  padding: 0;
  margin: 1em 0; }
  .section-content-usps .container .content ol li {
    position: relative;
    display: flex;
    gap: .5em;
    color: var(--white); }
    .section-content-usps .container .content ol li:before {
      content: '\e91b';
      font-family: Icomoon;
      color: var(--white); }
    .section-content-usps .container .content ol li:not(:last-of-type) {
      margin-bottom: 1em; }
    .section-content-usps .container .content ol li p {
      margin: 0; }

@media (min-width: 981px) {
  .section-content-usps .container .content .we-offer {
    flex: 1; } }

.section-content-usps .container .content .who-are-you {
  margin-top: 3em; }
  @media (min-width: 981px) {
    .section-content-usps .container .content .who-are-you {
      margin-top: 0;
      flex: 1; } }

.section-content-usps .container .link {
  text-align: center; }
  @media (min-width: 981px) {
    .section-content-usps .container .link {
      margin-top: 3em; } }
  @media (max-width: 767px) {
    .section-content-usps .container .link a {
      width: 100%; } }

/*# sourceMappingURL=content-usps.css.map */
