* {
  font-family: Inter;
}

header {
  background-color: #003c5a;
}

.banner-offer {
  color: #fff;
  font-size: 0.9rem;
  line-height: 125%;
  background-color: #cd2427;
}

.hero-container {
  width: 90%;
}

.hero h1 {
  color: #111928;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 125%;
}

.hero h4 {
    color: #111928;
    font-size: 1.15rem;
}

.savings {
    color: rgb(1, 112, 146);
    font-size: 0.75rem;

}

.free {
  color: #cd2427;
}

.safari {
    font-size: 0.75rem;
    color: #6B7280; 
    margin-top: 4rem;
}

/* .hero p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  color: #6b7280;
} */

.download-now {
  border-radius: 0.5rem;
  background-color: #079f56;
  border-color: #079f56;
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps {
  width: 90%;
}

.steps h2 {
  color: #111928;
  font-weight: 800;
  font-size: 2.25rem;
}

.steps p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  color: #6b7280;
}

.step-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  height: auto;
  background-color: #f9fafb;
}

.step {
  background: #079f56;
  border-color: #079f56;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 0.375rem;
  width: 6rem;
}

.features {
  width: 90%;
}

.features h2 {
  color: #111928;
  font-weight: 800;
  font-size: 2.25rem;
}

.features-card1 {
  background-image: url(../images/features1-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

.features-img {
  width: 65%;
}

.features h3 {
  color: #111928;
  font-size: 2.15rem;
  font-weight: 700;
}

.features p {
  font-size: 1.5rem;
  color: #6b7280;
}

.features-card2 {
  background-image: url(../images/features2-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

.features-card3 {
  background-image: url(../images/features3-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

.features-card4 {
  background-image: url(../images/features4-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

.slash {
  width: 40%;
}

.free {
  width: 75%;
}

.footer {
  background-color: #003c5a;
  color: #FFFFFF;
}

.footer-pg-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 200%;
  letter-spacing: 2px;
  display: block;
}

@media screen and (max-width: 767px) {
  .break {
    display: none;
  }
}

.cr {
  color: #76A9FA;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.64px;
}

.cr span {
  color: #76A9FA;
}

@media screen and (min-width: 768px) {
  .cr br {
    display: none;
  }
}
