.c-logo {
  z-index: 3;
  margin-top: calc(min(100vh, 100vw) - 100%);
}
.c-button--primary {
  color: hsl(224, 100%, 11%);
}
.c-footer {
  background: #181716;
  color: white;
  padding: 3.75rem;
}

.c-cta--margin {
    margin-bottom: clamp(2rem, 20vmin, 7.5rem);
}
.c-footer__nav {
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin: 0 0 clamp(2rem, 10vmin, 3.75rem);
}
.c-footer__nav-line {
  display: none;
  font-size: 2em;
  margin-top: -0.25em;
}
@media (min-width: 620px) {
  .c-section--header > .c-logo {
    z-index: 1;
  }
  .c-footer {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-footer__nav {
    flex-direction: row;
    margin: 0;
  }
  .c-footer__nav-line {
    display: block;
  }
}

.c-footer__nav a {
    color: currentColor;
    text-decoration: none;
    margin: 0 1rem;
    line-height: 2.5;
    display: block;
}
.c-footer__nav a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.c-footer__meta {
    font-size: 0.875rem;
    margin-bottom: clamp(3.75rem, 20vmin, 5.375rem);
    line-height: 1.75;
    padding: 0 2rem;
}
.c-feature-blocks {
    width: min(100%, 1258px);
    --side-pad: 1rem;
    margin-bottom: clamp(2rem, 20vmin, 7.5rem);
}
.c-feature-blocks__block {
    padding-top: 3rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.c-feature-blocks__block picture {
    order: 2;
}
.c-feature-blocks__img {
    grid-column: 1;
    grid-row: 1;
}

@media (max-width: 479px) {
    .c-section--border {
        border-width: 1.5rem;
    }
    .c-feature-blocks__img {
        width: 90vw;
        margin-bottom: 2rem;
    }
    .c-feature-blocks__block:nth-child(2) .c-feature-blocks__img {
        width: 100vw;
    }
}

@media (max-width: 1023px) {
    .c-feature-blocks * {
        text-align: center !important;
    }
    .c-feature-blocks__content p {
        max-width: 60ch;
        margin-left: auto;
        margin-right: auto;
    }
}

.c-feature-blocks__img--shift {
    transform: none;
}
.c-feature-blocks__content {
    grid-column: 2;
    order: 1;
    position: relative;
    grid-row: 1;
    padding: 0 2rem;
    max-width: var(--container-width);
    margin: 0 auto;
    text-align: center;
}

.c-feature-blocks__content p {
    font-size: 1.14285714286rem;
    max-width: 50ch;
    margin-bottom: 0;
}
.c-feature-blocks__title {
    font-size: 1.42857142857rem;
    margin-bottom: 2.5rem;
    margin-top: 0;
}
.c-feature-blocks__content p + img {
    margin-top: 2rem;
}
@media (max-width: 767px) {
    .c-feature-blocks__content p + img {
        display: none;
    }
}
@media (min-width: 1024px) {
    .c-feature-blocks__block {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 45%;
        grid-template-rows: auto;
    }

    .c-feature-blocks__block--flip .c-feature-blocks__content > * {
        direction: ltr;
    }
    .c-feature-blocks__block--flip {
        direction: rtl;
    }

    .c-feature-blocks__block--flip .c-feature-blocks__content {
        padding-right: 3.5rem;
        padding-left: 0;
    }
    .c-feature-blocks__content {
        padding-left: 3.5rem;
    }
    .c-feature-blocks__block:last-child .c-feature-blocks__img {
        transform: none;
    }
    .c-subheadline br {
        display: none;
    }
    .c-feature-blocks__img {
        transform: none;
    }
    .c-feature-blocks {
        margin-top: -2rem;
    }
    .c-feature-blocks__content p {
        max-width: 35ch;
    }
}
