/**
 * 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
 */
.content-image-cta p {
  font-size: 12px; }

.usps {
  background-color: var(--wp--preset--color--cards-secondary-background);
  position: relative;
  overflow: clip; }
  .usps__image {
    height: 22.5rem;
    width: 15.875rem; }
    @media (max-width: 1199px) {
      .usps__image {
        transform: rotate(90deg) translateX(3.375rem);
        margin: -3.375rem auto 0; } }
    @media (min-width: 1200px) {
      .usps__image {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 36.75rem;
        width: 25.875rem; } }
    .usps__image img {
      height: 100%;
      width: 100%; }
  .usps__container {
    padding: 4rem 1rem 0.625rem; }
    @media (min-width: 1200px) {
      .usps__container {
        padding: 4rem; } }
  .usps__title {
    margin-top: 0; }
  @media (min-width: 1200px) {
    .usps__usps {
      padding-right: 28rem; } }
  .usps__usp .title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    color: var(--wp--preset--color--text-text-tertiary);
    font-weight: 400; }
    .usps__usp .title strong {
      font-weight: 700; }
  .usps__usp .content {
    margin-top: 0; }
  .usps .btn {
    margin-top: 2.5rem; }

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