.body {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.header {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.header-title {
  text-align: left;
  letter-spacing: -.8px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 36.8px;
  font-weight: 600;
  line-height: 44px;
}

.paragraph {
  color: #333;
  text-align: left;
  letter-spacing: -.4px;
  margin-bottom: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.bold-text {
  font-weight: 800;
}

.text-span {
  color: #f20;
}

.container {
  max-width: 620px;
  text-align: left;
  border-bottom: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.head {
  text-align: left;
}

.content {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 100%;
  max-height: 400px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-text {
  text-align: left;
}

.heading {
  letter-spacing: -.8px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.text-span-2 {
  font-weight: 400;
}

.text-span-3 {
  font-weight: 700;
}

.cta-btn {
  background-color: #61ce70;
  border-radius: 6px;
  margin-top: 30px;
  padding: 25px 50px;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 30px;
}

.cta {
  text-align: center;
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding-bottom: 40px;
}

.fonts {
  padding-top: 0;
}

.fonts-title {
  letter-spacing: -.6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.list {
  color: #7a7a7a;
  font-family: Roboto, sans-serif;
  font-size: .6rem;
  font-weight: 400;
  list-style-type: decimal;
}

.footer {
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-content {
  max-width: 1140px;
}

.heading-2, .paragraph-2 {
  color: #fff;
  text-align: center;
}

.links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  letter-spacing: -.1px;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.2rem;
}

.bold-text-2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 19.2px;
}

@media screen and (max-width: 767px) {
  .header-title {
    font-size: 1.4rem;
    line-height: 1.2em;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 19.2px;
    line-height: 30px;
  }

  .text-span-2 {
    font-weight: 400;
  }

  .cta-btn {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .header-title {
    font-size: 1.5em;
    line-height: 30px;
  }

  .heading {
    font-size: 1em;
    line-height: 25px;
  }

  .cta-btn {
    padding: 25px 50px;
    font-size: 1.4rem;
    line-height: 1.3rem;
  }

  .cta {
    padding-bottom: 30px;
  }

  .fonts {
    padding-top: 0;
    font-size: 1em;
  }

  .fonts-title {
    margin-top: 0;
    padding-top: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .bold-text-2 {
    letter-spacing: -.1px;
    font-size: 1.2rem;
    font-weight: 700;
  }
}


