.c-latest-updates {
  padding: 20px 10vw 40px;
  position: relative;
  text-align: center;

  @media all and (max-width: 751px) {
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
    width: calc(487px + 20vw);
  }

  @media all and (min-width: 47em) {
    padding: 20px 0 40px;
    text-align: left;
  }

  @media all and (min-width: 60em) {
    padding: 60px 0 40px;
  }

  .row {
    justify-content: center;
  }

  &.c-feed .c-centered-header__title {
    margin: 28px 0 10px;
  }

  .latest-updates-subscribe {
    font-size: 20px;
    margin-bottom: 40px;

    span {
      color: var(--color-brand-blue);
      cursor: pointer;
    }
  }

  .c-feed__item {
    display: none;

    @media all and (min-width: 60em) {
      max-width: 384px;
    }

    /* > * {
    //   margin-left: auto;
    //   margin-right: auto;
    //   max-width: 448px;
    // } */

    &:first-child {
      display: block;
    }

    /* &:only-child {
    //   max-width: 576px;
    // } */

    @media all and (min-width: 47em) {
      display: block;
    }
  }

  .c-btn {
    @media all and (min-width: 47em) {
      margin-left: 50%;
      transform: translateX(-50%);
    }
  }
}

/* In case this comes up again, I added this for this page:
// https://hangerclinic.amdevel.com/prosthetics/sockets-liners-accessories
// - Adam */
.l-container--padded__tb > .c-latest-updates {
  padding-top: 2rem;
}

