header .container {
  padding: 30px 0;
}
header .container img {
  width: 150px;
}

.text-area .container {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-area .container h2 {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: "Manrope";
}
.text-area .container ul li {
  list-style-type: disc;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-area .container ul li span {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  header .container {
    display: flex;
    justify-content: center;
  }

  header .container img {
    width: 150px;
  }

  .text-area .container ul li {
    margin-bottom: 20px;
  }

  section .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .container .footer-logo img {
    width: 150px;
  }

  footer .container {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
