.aarp-c-lp-as {
  background: #F5F5F5;
  display: flex;
  justify-content: center;
}

.aarp-c-lp-as__container-left {
  background-repeat: no-repeat;
}

.aarp-c-lp-as__container-right {
  margin-left: 40px;
}

.aarp-c-lp-as__container {
  background: #F5F5F5;
}

.aarp-c-lp-as__container-right__heading {
  font-style: normal;
  font-weight: 900;
}

.aarp-c-lp-as__container-right__sub-heading {
  font-style: normal;
  font-weight: 900;
}

.aarp-c-lp-as__container-right__content {
  font-style: normal;
  font-weight: 400;
}

a.aarp-c-lp-as__container-right__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 52px;
  background: #EC1300;
  border-radius: 26px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}

a.aarp-c-lp-as__container-right__btn:hover,
a.aarp-c-lp-as__container-right__btn:focus {
  background: #AB2125;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .aarp-c-lp-as__container {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: 50px 0;
    align-items: center;
  }

  .aarp-c-lp-as__container-left {
    width: 277px;
    background-size: 277px;
    height: 212px;
  }

  .aarp-c-lp-as__container-right__heading {
    font-size: 20px;
    line-height: 26px;
  }

  .aarp-c-lp-as__container-right__sub-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .aarp-c-lp-as__container-right__content {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 312px;
  }
}

@media screen and (min-width: 987px) {

  .aarp-c-lp-as__container-right__content {
    max-width: 634px;
    font-size: 20px;
    line-height: 28px;
  }

  .aarp-c-lp-as__container-right__sub-heading {
    font-size: 64px;
    line-height: 66px;
  }

  .aarp-c-lp-as__container-right__heading {
    font-size: 24px;
    line-height: 30px;
  }

  .aarp-c-lp-as__container-left {
    width: 458px;
    background-size: contain;
    height: 320px;
  }


}

@media screen and (max-width: 767px) {
  .aarp-c-lp-as__container {
    margin-bottom: 50px;
  }

  .aarp-c-lp-as__container-right {
    margin: 0 auto;
  }

  .aarp-c-lp-as__container-left {
    height: 212px;
    width: 277px;
    margin: 0 auto;
    background-size: 277px;
    margin-top: 50px;
  }

  .aarp-c-lp-as__container-right__heading {
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin-top: 15px;
  }

  .aarp-c-lp-as__container-right__sub-heading {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .aarp-c-lp-as__container-right__content {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto 20px;
    max-width: 315px;
  }

  .aarp-c-lp-as__container-right__btn {
    margin: 0 auto;
  }
}