body {
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  background-color: #faf7f7;
  color: #333;
  margin: 0;
  padding: 10px;
}

h1 {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}

h2 {
  font-size: 2em;
  color: #2980b9;
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 2px solid #2980b9;
  padding-bottom: 5px;
}

h3 {
  font-size: 1.5em;
  color: #16a085;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  font-size: 1.1em;
  color: #000000;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

a {
  color: #e74c3c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
  color: #333;
}

li {
  margin-bottom: 10px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.box {
  background-color: #ecf0f1;
  padding: 20px;
  border-left: 5px solid #16a085;
  margin: 20px 0;
}

.box p {
    margin-bottom: 0;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow-x: hidden;
}


.cta-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #0C6432;
    color: #FFF;
    font-size: 1.2em;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.cta-button i {
    margin-right: 10px;
    margin-left: 0;
}


.cta-button:hover {
    background-color: #2ecc71;
}


@media (max-width: 768px) {

  .container {
    max-width: 100%;
  }

  h1 {
    font-size: 1.8em;
    padding: 1.5rem;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.4em;
  }

  p {
    font-size: 1em;
  }

}
