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

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

.header-title {
  line-height: 44px;
  text-align: center;
}

.paragraph {
  color: #333;
  text-align: center;
}

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

.text-span {
  color: #f20;
}

.container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  border-bottom: 1px none #000;
}

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

.image {
  width: 80%;
  max-width: 640%;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  margin-bottom: 30px;
}

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

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

.cta-btn {
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #61ce70;
  font-size: 1.8em;
}

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

.fonts {
  padding-top: 20px;
}

.list {
  color: #7a7a7a;
  font-size: 10px;
  font-weight: 400;
  list-style-type: decimal;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
}

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

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

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

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

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

  .heading {
    font-size: 1.5em;
    line-height: 30px;
  }

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

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

@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: 10px;
    font-size: 1em;
  }

  .fonts {
    font-size: 1em;
  }

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

  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

