.aarp-c-lp-flashSaleBanner {
  width: 100%;
  background-color: #121212;
  font-family: Lato, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  height: 40px;
  top: 60px;
}
.aarp-c-lp-flashSaleBanner__flashSaleTxt {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.aarp-c-lp-flashSaleBanner__flashSaleTxtSpan{
  font-weight: 700;
}
.cmp-experiencefragment.cmp-experiencefragment--Header_Experience_Fragment{
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .aarp-c-lp-flashSaleBanner {
    height: 61px;
	top: 114px;
  }
  .aarp-c-lp-flashSaleBanner__flashSaleTxt {
    width: 320px;
    margin: 0 auto;
  }
  .cmp-experiencefragment.cmp-experiencefragment--Header_Experience_Fragment{
	margin-bottom: 55px;
  }

