 #freeav #up{
  background-color: #000;
  font-family: Font Awesome\ 6 Free;
 }
#consumer-masthead{
  display: block;
  padding: 3rem 1em;
  color: #fff;
  background: #0c413a;
  position: relative;
}
.item_consumer{
  display: none;
}
#consumer-masthead:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #a0ff00 0%, #33f1b7 12.5%, #00ce7c 25%, #1db954 37.5%, #a0ff00 50%, #1db954 62.5%, #00ce7c 75%, #33f1b7 87.5%, #a0ff00 100%);
  z-index: 10;
}

#consumer-masthead .btn, #join-cta .btn, #lower-home-ctA .btn, #products_price .btn{
  margin-left: 0;
  background: #1db954;
  box-shadow: none;
}
#quick-info, #highlights, #reviews, #requirements, #stats, #security{
  padding: 3rem 1em 1rem;
}

.flex_col2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flex_item{
  display: flex;
  width: 45%;
  align-items: flex-start;
}
i.fa-solid.fa-flag-usa, i.fa-solid.fa-trash-can, i.fa-solid.fa-shield-halved, #quick-info i.fa-solid.fa-circle-check{
  color: #2c856b;
  margin-top: 4px;
  font-size: 1.2rem;
}
#quick-info p{
  margin-left: 5px;
}
#join-cta{
  background:#f8fafb;
  padding: 3rem 1em;
}
.review-title{ font-weight: 600;}
.star i.fa-solid.fa-star{
  color: rgb(44, 133, 107);
  margin: 1rem 0;
}
.flex_review{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem;
}
.review-item {
  margin-bottom: 3rem;
}
.byline {
  font-weight: 500;
  opacity: .8;
  margin-bottom: .2rem;
}

span.verified {
  color: #2c856b;
  border-radius: 100vw;
  padding: 2px;
  font-size: .75rem;
  background: rgba(29,185,84,0.1);
}
.verified svg{
  width: 13px;
}
.verified svg path{
  fill: #2c856b;
}
#lower-home-ctA{
  background: url(img/free-family-devices.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  color: #fff;
  text-align: center;
  margin: 1rem;
  padding: 5rem 2rem;
}
#lower-home-ctA h5{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.small-heading{
  margin-bottom: 3rem;
}
.flex_requirements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3rem;
}
.item_requirements {
  margin-bottom: 1rem;
}
#requirements svg{
  width: 13px;
  margin-right: 10px;
}
#requirements i {
    font-size: 20px;
    margin-right: 5px;
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
  #consumer-masthead {
    padding: 3rem 1rem 5rem;
    overflow: hidden;
  }
  .flex_consumer{
    display: flex;
    flex-direction: row;
  }
  .item_consumer{
    display: block;
    width: 50%;
  }
  .freeav_antivirus{
    width: 50%;
  }
  .item_consumer img{
    position: absolute;
    top: -30px;
    right: 30px;
    width: 100%;
    max-width: 500px;
    height: auto;
  }
  #consumer-masthead h1{
    font-size: 2rem;
    text-align: left;
  }
  #consumer-masthead .btn, #lower-home-ctA .btn, #join-cta .btn{
    max-width: 400px;
    margin: 3rem 0 0;
  }
  .flex_item {
    width: 20%;
  }
  i.fa-solid.fa-flag-usa, i.fa-solid.fa-trash-can, i.fa-solid.fa-shield-halved, #quick-info i.fa-solid.fa-circle-check {
    font-size: 2rem;
    margin-right: 10px;
  }
  #highlights {
    max-width: 1140px;
    text-align: center;
    margin: 3rem auto 6rem;
  }
  #join-cta .container {
    display: flex;
    justify-content: center;
    padding: 6rem 1rem;
  }
  .join-cta {
    width: 60%;
    text-align: center;
  }
  .join-cta-info {
    width: 30%;
    align-content: center;
    padding-right: 4rem;
  }
  .flex_review {
    flex-direction: row;
  }
  .review-item {
    width: 30%;
    margin: 2rem;
  }
  #lower-home-ctA {
    padding: 10rem 2rem;
  }
  .flex_requirements {
    flex-direction: row;
  }
  .item_requirements {
    width: 30%;
    margin: 1rem 2rem 6rem;
  }
}
@media only screen and (min-width: 1600px) {
 .container {
    max-width: 1340px;
  }
  #consumer-masthead h1 {
    font-size: 2.3rem;
  }
  .item_consumer img {
    right: 350px;
  }
  #quick-info {
    max-width: 1340px;
    margin: 2rem auto;
  }
  .flex_review {
    max-width: 1340px;
    margin: 2rem auto;
}
  #reviews {
    padding: 6rem 1em 2rem;
  }
  #lower-home-ctA {
    max-width: 1340px;
    margin: 0 auto;
    padding: 12rem 2rem;
  }
  #lower-home-ctA .btn {
    margin: 0 auto;
  }
  #requirements {
    max-width: 1340px;
    margin: 0 auto;
  }
}