.aarp-c-lp-ans {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aarp-c-lp-ans__img {
  height: 352px;
  width: 383px;
  margin-right: 34px;
  background-size: 100%;
  background-repeat: no-repeat;
}


.aarp-c-lp-ans__content {
  margin-left: 19px;
}

a.aarp-c-lp-ans__content-btn {
  background-color: #EC1300;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 26px;
  width: 208px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

a.aarp-c-lp-ans__content-btn:hover,
a.aarp-c-lp-ans__content-btn:focus {
  background: #AB2125;
  color: #FFFFFF;
}

.aarp-c-lp-ans__content-text {
  clip-path: polygon(-100% 0%, 100% 0%, 95% 100%, -100% 100%);
  position: relative;
  z-index: -1;
}

.aarp-c-lp-ans__content-text h1 {
  font-size: 64px;
  background: #F5F5F5;
  font-weight: 900;
}

.aarp-c-lp-ans__content-benefits {
  font-size: 16px;
  width: 493px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-top: 11px;
  margin-bottom: 20px;
}

.aarp-c-lp-ans__content-title {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.aarp-c-lp-ans__content-text h1 {
  font-weight: 900;
}

@media (min-width: 768px) {
  .aarp-c-lp-ans__content {
    margin-left: 0;
  }

  .aarp-c-lp-ans {
    padding: 50px 0;
  }

  .aarp-c-lp-ans__img {
    height: 200px;
    width: 218px;
    margin-right: 17px;
    background-size: 100%;
  }

  .aarp-c-lp-ans__content-title {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 30px;
  }

  .aarp-c-lp-ans__content-text {
    clip-path: polygon(-100% 0%, 92% 0%, 84% 100%, -100% 100%);
    position: relative;
    z-index: -1;
  }

  .aarp-c-lp-ans__content-text h1 {
    font-size: 38px;
    line-height: 48px;
    background: #F5F5F5;
    font-family: 'Lato', sans-serif;

  }

  .aarp-c-lp-ans__content-text h1::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background: #F5F5F5;
    left: -25%;
    z-index: -1;
  }

  .aarp-c-lp-ans__content-benefits {
    font-size: 14px;
    width: 347px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 22px;
  }
}

@media (min-width: 986px) {
  .aarp-c-lp-ans {
    padding: 70px 0;
  }

  .aarp-c-lp-ans__content-text {
    clip-path: polygon(-100% 0%, 100% 0%, 95% 100%, -100% 100%);
  }

  .aarp-c-lp-ans__content-title {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 30px;
  }

  .aarp-c-lp-ans__content-text h1 {
    font-size: 64px;
    line-height: 77px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
  }

  .aarp-c-lp-ans__img {
    width: 383px;
    height: 352px;
  }

  .aarp-c-lp-ans__content-text h1::before {
    width: 50%;
    left: -40%;
  }

  .aarp-c-lp-ans__content-benefits {
    font-size: 16px;
    width: 489px;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .aarp-c-lp-ans {
    padding: 30px 0 40px;
    flex-direction: column;
  }

  .aarp-c-lp-ans__content {
    margin: 0 auto;
    z-index: 0;
  }

  .aarp-c-lp-ans__img {
    background-size: 100%;
    background-position: center;
    margin-bottom: 10px;
    width: 220px;
    height: 190px;
  }

  .aarp-c-lp-ans__content-benefits {
    font-size: 14px;
    width: 315px;
    text-align: center;
    margin-bottom: 20px;
  }

  .aarp-c-lp-ans__content-text h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 46PX;
    font-family: 'Lato', sans-serif;
    background-color: transparent;
    text-align: center;
    margin-bottom: 10px;
  }

  .aarp-c-lp-ans__content-title {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }


  .aarp-c-lp-ans__content-btn {
    margin: 0 auto;
  }
}