header .container {
  padding: 30px 0;
}
header .container img {
  width: 150px;
}

.text-area .container {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 100px;
}

.text-area .container h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-family: "Manrope";
  margin-bottom: 50px;
}

.text-area .container p {
  font-size: 20px;
}

.text-area .container span {
  text-align: left;
  font-family: "Jua";
}

.text-area .container .manrope-text {
  font-family: "Manrope";
  font-weight: 600;
}

.text-area .container .bottom-img {
  display: flex;
  justify-content: center;
}
.text-area .container .bottom-img img {
  width: 100%;
  max-width: 647px;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  footer .container {
    display: flex;
    justify-content: center;
  }

  .text-area .container p {
    font-size: 18px;
  }

  .text-area .container h2 {
    font-size: 30px;
    font-family: "Jua";
  }
  header .container {
    display: flex;
    justify-content: center;
  }
  header .container img {
    width: 150px;
  }

  footer .container .footer-logo img {
    width: 150px;
  }
}

@media only screen and (max-width: 410px) {
  footer .container {
    text-align: center;
  }
}
