.accent__3 {
  background-color: #ff5500;
  padding: 10px 0px 0px 0px;
}

.wrapper__narrow__3 {
  width: 60%;
  padding: 0px 150px;
}


.size-0{
  font-size:75px;
}

.offers__steps li .heading:before {
  counter-increment: none;
  content: none;
}

.offers__steps li:after {
  content: '';
  width: 25px;
  height: 21px;
  background-image: url("../../../global/2022/img/icons/chevron-black.svg ");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 0px 0px 25px;
}


.offers__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 0px;
}

.li_no_margin {
  margin-bottom: 10px;
  color: #FFFFFF;
}

.demo {
  border:0;
  border-collapse:collapse;
  width: 70%;
  font-size: 12px;
  text-align: left;
}

.demo th {
  border:1px solid #FFFFFF;
  padding:10px;
  text-align: left;
}

.demo td {
  border:1px solid #FFFFFF;
  padding:10px;
  text-align: left;
}


#rules ol.num {
list-style-type: decimal;
list-style-position: inside;
margin-left: 1.2em;
}


#legal-bar2{
  margin-top: 20px;
}


.hero h2.heading, .hero h3.heading{
  margin-top: 20px;
}


@media (max-width: 1024px)
{
  .hero__card .terms{
    text-align: center;
  }

  .hero h2.heading, .hero h3.heading {
    margin-bottom: 8px;
    margin-top: 0px;
  }

  .wrapper__narrow__3 {
    width: 60%;
    padding: 0px 50px;
  }

  .offers__steps li:after {
    margin-left: 20px;
  }



}


@media (max-width: 768px)
{
  .wrapper__narrow__3 {
    width: 80%;
  }

}


@media (max-width:640px)
{

  .wrapper__narrow__3 {
    width: 100%;
  }

  .offers__steps li:after {
    display: block;
  }

  .offers__steps li {
    margin-bottom: 10px;
  }

  .offers__steps {
    -webkit-box-orient:horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .offers__steps li .heading {
    text-align: center;
  }
}


@media (max-width: 425px)
{
  .size-9{
    font-size: 15px;
  }

  .wrapper__narrow__3 {
    width: 90%;
    padding: 0px 10px;
  }

  .offers__steps li:after {
    width: 20px;
    height: 16px;
    margin: 9px 0px 0px 10px;
  }

}


@media (max-width: 375px)
{
  .size-9{
    font-size: 12px;
  }

  .offers__steps li:after {
    margin: 3px 0px 0px 13px;
  }

}


@media (max-width: 320px)
{
  .size-9{
    font-size: 11px;
  }

  .offers__steps li:after {
    content: '';
    width: 20px;
    height: 16px;
  }

  .offers__steps li:after {
    margin: 6px 0px 0px 10px;
  }

}

