body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f8fc;
}

.section {
    text-align: center;
    padding: 50px 20px;
}

.section h1 {
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
}

.section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.logos img {
    max-width: 120px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .section h1 {
        font-size: 36px;
    }

    .logos img {
        max-width: 80px;
    }
}













  .form-container {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    margin-left: 500px;
  }

  h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
  }

  input[type="text"], input[type="email"], select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .btn-submit {
    width: 100%;
    background-color: #00b386;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  }

  .btn-submit:hover {
    background-color: #00a374;
  }

  .info-text {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    color: #666;
  }





  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f7f6;
    text-align: center;
  }

  .container {
    padding: 50px 20px;
  }

  h1 {
    margin-bottom: 40px;
    font-size: 32px;
    color: #333;
  }

  

  .feature-item {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .feature-item img {
    width: 50px;
    margin-bottom: 10px;
  }

  .feature-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
  }

  .feature-item p {
    font-size: 14px;
    color: #666;
  }





  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f7f6;
  }

  .footer {
    background-color: #2f3a47;
    color: white;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer .newsletter {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .footer h3 {
    color: #39f;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer p {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 4px;
    width: 200px;
    margin-right: 10px;
  }

  .footer button {
    padding: 10px 20px;
    background-color: #39f;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
  }

  .footer button:hover {
    background-color: #2380e8;
  }

  .footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    margin-bottom: 20px;
  }

  .footer .links ul {
    list-style: none;
    padding: 0;
  }

  .footer .links ul li {
    margin-bottom: 10px;
  }

  .footer .links ul li a {
    color: #ccc;
    text-decoration: none;
  }

  .footer .links ul li a:hover {
    color: white;
  }

  .footer .links h4 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
  }

  @media screen and (max-width: 768px) {
    .footer {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer .links {
      width: 100%;
      justify-content: center;
    }
  }





  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }

  .footer-bottom {
    background-color: #2f3a47;
    color: #ccc;
    text-align: center;
    padding: 20px 0;
  }

  .footer-bottom hr {
    border: 0;
    border-top: 1px solid #555;
    margin: 0 auto 20px;
    width: 90%;
  }

  .footer-bottom .footer-links {
    margin-bottom: 10px;
  }

  .footer-bottom .footer-links a {
    color: #ccc;
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-bottom .footer-links a:hover {
    color: white;
  }

  .footer-bottom p {
    margin: 0;
    font-size: 14px;
  }