#scan_how {
  margin-top: 22em;
}
#scan_how h2 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 1em;
}
#scan_how .wrapper {
  display: flex;
  flex-direction: column;
  gap: 12em;
}
#scan_how .wrapper .single_how:nth-child(2) {
  margin-left: 15em;
}
#scan_how .wrapper .single_how:nth-child(2):before {
  content: "";
}
#scan_how .wrapper .single_how:nth-child(3) {
  margin-left: 30em;
}
#scan_how .wrapper .single_how:nth-child(1):before {
  content: "";
}

.single_how {
  padding: 3.5em;
  display: grid;
  grid-template-columns: 6em 51em 22em;
  gap: 1em;
  width: 78em;
  color: #121C44;
  border-radius: 2em;
  background: #F5F6FA;
  position: relative;
  transition: background 0.5s, box-shadow 0.7s;
}
.single_how .no {
  color: #F59330;
  font-size: 3.2em;
  font-weight: 700;
}
.single_how ._desc {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single_how h3 {
  font-size: 2.8em;
  font-weight: 700;
  margin: 0;
}
.single_how .par {
  font-size: 1.8em;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.single_how ._image {
  position: relative;
}
.single_how ._image img {
  position: absolute;
  right: 6em;
  width: 11em;
  bottom: 0;
}
.single_how:hover {
  background: #F59330;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0.3em 2.4em;
}
.single_how:hover .no {
  color: #F8C48F;
}
.single_how:before {
  position: absolute;
  width: 1px;
  background: #F59330;
  left: 24em;
  bottom: -12em;
  height: 12em;
}

#scan_benefits {
  margin-top: 12em;
}
#scan_benefits h2 {
  font-size: 4em;
  font-weight: 700;
  margin-bottom: 1em;
}
#scan_benefits .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 2.5em 10%;
  padding-top: 6em;
  border-top: solid 1px #F5F6FA;
}

.single_benefit {
  font-size: 2.8em;
  color: #121C44;
  display: flex;
  border-left: solid 2px #F59330;
  padding: 0;
  padding-left: 2em;
}
.single_benefit h3 {
  margin: 0;
  font-weight: 500;
}

#price_cats {
  margin-top: 10em;
}
#price_cats .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 2%;
}
#price_cats .single_pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em;
  padding-bottom: 8em;
  border-radius: 2em;
  gap: 4em;
  border: solid 1px #F5F6FA;
  color: #121C44;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0.3em 2.4em;
  transition: box-shadow 0.6s ease-out;
}
#price_cats .single_pricing h3 {
  font-size: 3.6em;
  font-weight: 700;
}
#price_cats .single_pricing .pricing_value {
  font-size: 2.8em;
  padding: 0.6em 1em;
  color: #fff;
  border-radius: 2em;
  background: #F5F6FA;
  width: 100%;
  display: flex;
  justify-content: center;
}
#price_cats .single_pricing .pricing_value ._v {
  font-weight: 700;
}
#price_cats .single_pricing .desc {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 2;
}
#price_cats #s_p_1 h3 {
  color: #2598E5;
}
#price_cats #s_p_1 .pricing_value {
  background: #2598E5;
}
#price_cats #s_p_2 h3 {
  color: #194D54;
}
#price_cats #s_p_2 .pricing_value {
  background: #194D54;
}
#price_cats #s_p_3 h3 {
  color: #F59330;
}
#price_cats #s_p_3 .pricing_value {
  background: #F59330;
}

@media (max-width: 1000px), (max-aspect-ratio: 1) {
  #scan_how .wrapper .single_how:nth-child(2) {
    margin-left: 0;
  }
  #scan_how .wrapper .single_how:nth-child(3) {
    margin-left: 0;
  }
  #scan_benefits .container._c, #scan_how .container._c {
    padding: 5em 10em;
  }
  #price_cats {
    margin-top: 10em;
  }
  #price_cats .wrapper {
    display: flex;
    flex-direction: column;
    gap: 5em;
  }
}
@media (max-width: 1000px), (max-aspect-ratio: 0.7222222222) {
  #scan_top_banner .wrapper {
    display: flex;
    flex-direction: column;
  }
  .single_how {
    grid-template-columns: 30% 60%;
    gap: 3em 5%;
    width: 100%;
  }
  .single_how .no {
    grid-column: 1/span 2;
    grid-row: 1;
    display: none !important;
  }
  .single_how ._desc {
    grid-column: 2/span 1;
    grid-row: 1;
    align-self: center;
  }
  .single_how ._image {
    grid-column: 1/span 1;
    grid-row: 1;
  }
  .single_how ._image img {
    position: relative;
    right: 0em;
    width: 11em;
    bottom: 0;
  }
  .single_how::before {
    display: none;
  }
  #scan_benefits .container._c, #scan_how .container._c {
    padding: 3em 2em;
  }
  #scan_benefits .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px), (max-aspect-ratio: 0.5777777778) {
  .single_how {
    display: flex;
    flex-direction: column;
    gap: 3em 5%;
    width: 100%;
  }
  .home_header h1 {
    font-size: 4em;
  }
}/*# sourceMappingURL=scan.css.map */