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

main {
  font-size: 16px;
}

h1 {
    font-size: 2.5em;
    color: #000000;
    text-align: center;
    margin-bottom: 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-bottom: 20px;
    text-align: justify;
}

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

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

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

.cta-button {
    background-color: #0C6432;
    color: #FFFFFF;
    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: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.4em;
  }

  p {
    font-size: 1em;
  }

}
