* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  color: #333333;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  margin: 0 auto;
}

@media (max-width: 43.75em) {
  html {
    font-size: 50%;
  }
}

/* HEADER */
.header {
  text-align: center;
  /* max-width: 136.6rem; */
  margin: 0 auto;
}

.header-img {
  object-fit: cover;
  width: 100%;
  height: 45rem;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.heading {
  margin-top: 2rem;
  color: #3a527d;
  width: 100%;
  text-transform: uppercase;
  font-size: 5.2rem;
  font-weight: 700;
}

.header-list {
  list-style-type: none;
  color: #333333;
  margin: 2.4rem 0;
  font-size: 2rem;
}

.header-list li {
  margin-bottom: 1rem;
}

.rewards {
  max-width: 136.6rem;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.4rem;
}

.reward-img {
  border-radius: 1rem;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  width: 35rem;
}

.reshaped {
  height: 35rem;
}

@media (max-width: 72em) {
  .rewards {
    gap: 2rem;
    flex-direction: column;
  }
}

/* ADVANTAGE */

.subheading {
  color: #3a527d;
  text-align: left;
  margin-top: 4.8rem;
  margin-left: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.subheading-list {
  /* list-style-type: none; */
  color: #333333;
  margin-top: 1.2rem;
  margin-left: 5rem;
  margin-right: 2rem;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 200;
}

.subheading-list li {
  margin-bottom: 1rem;
}

@media (max-width: 43.75em) {
  .subheading-list {
    margin-left: 2rem;
  }
}

.price {
  color: #3a527d;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}

.ammount {
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 0.2rem;
}

.new {
  font-size: 2.8rem;
}

.paragraph {
  margin-top: 1rem;
  margin-left: 1.2rem;
  font-size: 1.8rem;
  text-align: center;
}

.cta-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-direction: column;
}

.links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer-link {
  color: #3a527d;
  font-size: 2rem;
  text-decoration: none;
}

.margin {
  margin-bottom: 2.4rem;
}

.footer {
  background-color: #3a527d;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
