/* File: digitalHeroSection.css */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.aarp-c-lp-herosec__left--img img{
  width: 100%;
  height: auto;
}

.aarp-c-lp-herosec__container{
  background: #F5F5F5;
  margin: 0 auto;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
}

.aarp-c-lp-herosec__block{
  margin: 0 auto;
  overflow: hidden;
}

.aarp-c-lp-herosec__midle--heading{
  color: #000000;
}

.aarp-c-lp-herosec__left--img{
  float: left;
}

.aarp-c-lp-herosec__right--content{
  display: flex;
}

.aarp-c-lp-herosec__midle--heading h1{
  font-weight: 800;
  font-family: 'Lato', sans-serif;
}

.aarp-c-lp-herosec__right--redhead{
  color: #EC1200;
  font-weight: 800;
  padding-bottom: 5px;

}

p.aarp-c-lp-herosec__right--contentbox{
  font-weight: 400;
}

.aarp-c-lp-herosec__right--blocks{
  flex: 1 0 0;
}

@media (max-width: 767px){
  .aarp-c-lp-herosec__left--img\@mobile{
    width: 160px;
  }

  .aarp-c-lp-herosec__midle--heading\@mobile h1{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .aarp-c-lp-herosec__block\@mobile{
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 315px;
  }

  .aarp-c-lp-herosec__right--content\@mobile{
    flex-flow: column;
  }

  .aarp-c-lp-herosec__left--img\@mobile{
    order: 2;
    padding: 12px 0 20px;
  }

  .aarp-c-lp-herosec__midle--heading\@mobile{
    order: 1;
  }

  .aarp-c-lp-herosec__right--content\@mobile{
    order: 3;
    max-width: 225px;
  }

  .aarp-c-lp-herosec__midle--heading--text\@mobile{
    display: block;
  }

  .aarp-c-lp-herosec__container\@mobile{
    padding: 30px 0;
  }

  .aarp-c-lp-herosec__right--redhead\@mobile{
    font-size: 20px;
    line-height: 25px;

  }

  .aarp-c-lp-herosec__right--contentbox\@mobile{
    font-size: 14px;
  }

  .aarp-c-lp-herosec__right--blocks\@mobile{
    padding-bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 768px){

  .aarp-c-lp-herosec__right--blocks\@tablet{
    text-align: center;
  }

  .aarp-c-lp-herosec__left--img\@tablet {
    width: 160px;
    margin: 0 16px 0 45px;
  }

  .aarp-c-lp-herosec__block\@tablet{
    display: block;
    max-width: 686px;
    padding: 30px 0;
  }

  .aarp-c-lp-herosec__right--content\@tablet{
    width: 100%;
    padding-top: 30px;
  }

  .aarp-c-lp-herosec__midle--heading\@tablet{
    width: 63%;
    text-align: center;
    padding-top: 42px;
  }

  .aarp-c-lp-herosec__right--content\@tablet,
  .aarp-c-lp-herosec__midle--heading\@tablet{
    float: left;
  }

  .aarp-c-lp-herosec__right--redhead\@tablet{
    font-size: 24px;
  }

  .aarp-c-lp-herosec__right--contentbox\@tablet{
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
  }

  .aarp-c-lp-herosec__midle--heading--text\@table{
    display: inline-block;
  }

  .aarp-c-lp-herosec__midle--heading\@tablet h1{
    font-size: 26px;
  }
}

@media (min-width: 987px){
  .aarp-c-lp-herosec__block{
    max-width: 1160px;
    padding: 40px 20px;
  }

  .aarp-c-lp-herosec__left--img{
    width: 304px;
    margin: 0 16px 0 0px;
  }

  .aarp-c-lp-herosec__right--content,
  .aarp-c-lp-herosec__midle--heading{
    float: left;
    width: 62%;
    padding-left: 30px;
    padding-top: 0;
  }

  .aarp-c-lp-herosec__midle--heading{
    padding-top: 80px;
    text-align: left;
  }

  .aarp-c-lp-herosec__midle--heading h1{
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 30px;
  }

  p.aarp-c-lp-herosec__right--contentbox{
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }

  .aarp-c-lp-herosec__right--blocks{
    text-align: left;
    padding-right: 24px;
  }
}

@media (min-width: 1110px){
  .aarp-c-lp-herosec__right--content,
  .aarp-c-lp-herosec__midle--heading{
    padding-left: 60px;
    width: 70%;
  }
}