.fc_usps {
  display: flex;
}

.fc_usps .the_usps {
  width: 100%;
}

.fc_usps .usp {
  gap: var(--gap-s);
}

.fc_usps .usp h6 {
  line-height: 1;
  text-transform: none;
  letter-spacing: unset;
  font-size: 30px;
}

@media (min-width: 1024px) {
  .fc_usps .the_usps {
    display: flex;
    gap: var(--gap-s);
  }
  .fc_usps .usp {
    display: flex;
    flex: 1;
  }
  .fc_usps .usp img {
    order: 2;
  }
  .fc_usps .usp .wp_content {
    order: 1;
  }
}

@media (min-width: 1560px) {
  .fc_usps .wp_content {
    flex: 1;
  }
  .fc_usps .usp p,
  .fc_usps .usp h6 {
    text-align: right;
  }
}

@media (max-width: 1560px) {
  .fc_usps .usp {
    flex-flow: column;
    align-items: center;
  }
  .fc_usps .usp .wp_content {
    order: 2;
    text-align: center;
  }

  .fc_usps .usp img {
    order: 1;
    max-width: 66px;
    max-height: 80px;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .fc_usps .usp img {
    margin: auto;
  }
}
