* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
.what-we-offer-container {
  min-height: 100vh;
  background-color: #fff;
}
{#.header {
            background-color: #d97642;
            color: white;
            text-align: center;
            padding: 24px 16px;
        }
        .header h1 {
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0.1em;
        }#}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 16px;
}
.intro-text {
  margin-bottom: 32px;
}

.intro-text p {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}

.services-section {
  margin-bottom: 32px;
}
.services-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}
.cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.card {
  padding: 24px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cards-container > .card {
  height: 100%;
}
.card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.free-membership {
  background-color: #5f5147 !important;
  color: #fff;
}
.paid-partnership {
  background-color: #978b81 !important;
  color: #fff;
}
.card-ul {
  margin-bottom: 24px;
}{#
.card-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 14px;
}
.card-list li span:first-child {
  margin-right: 8px;
  flex-shrink: 0;
}#}
.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 16px;
  margin-bottom: 24px;
}
.divider p {
  font-size: 12px;
}
.button-container {
  text-align: center;
  margin-top: auto;
  text-align: center;
}
.cta-button {
  background-color: #e67800;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  line-height: 1.3;
}
.cta-button:hover{
  background-color: #fff !important;
  color: #e67800 !important;
}
.card-ul a {
  color: #fff !important;
  text-decoration: underline;
}
.bottom-text {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}
/* Tablet and desktop styles */
@media (min-width: 768px) {
  {#.header {
                padding: 32px 16px;
            }
            .header h1 {
                font-size: 24px;
              }#}
  .main-content {
    padding: 48px 32px;
  }
  .intro-text {
    margin-bottom: 48px;
  }
  .intro-text p {
    font-size: 18px;
  }
  .services-section {
    margin-bottom: 48px;
  }
  .services-title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .cards-container {
    gap: 32px;
  }
  .card {
    padding: 32px;
    border-radius: 0 !important;
  }
  .card-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .card-ul {
    margin-bottom: 32px;
  }
  .divider {
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .divider p {
    font-size: 14px;
  }
  .cta-button {
    padding: 12px 24px;
    font-size: 14px;
    width: auto;
  }
  .bottom-text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .cards-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 640px) {
  .cta-button {
    width: auto;
  }
}
{#body {
      margin: 0;
      background: #fff;
      color: #fff;
    }

    h2 {
      color: #5f5147;
      font-size: 1.2rem;
      margin-bottom: 30px;
    }

    .services {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .card {
      background-color: #6d5f53;
      flex: 1;
      min-width: 280px;
      max-width: 500px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 0 !important;
    }

    .card h3 {
      font-size: 1.6rem;
      text-align: center;
      margin-bottom: 20px;
      color: #fff;
    }

    .card ul {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 30px;
    }

    .card ul li {
      margin-bottom: 12px;
      font-size: 1rem;
      color: #fff;
    }

    .card ul li a {
      color: white !important;
      background: none !important;
      text-decoration: underline;
      min-width: 0 !important;
      padding: 0 !important;
    }

    .divider {
      border-top: 2px solid #fff;
      margin: 20px 0;
    }

    .extra-info {
      font-size: 0.95rem;
      margin-bottom: 25px;
      color: #fff;
    }

    .btn-what-we-offer {
      background-color: #e67800;
      color: #fff;
      padding: 12px 20px;
      text-align: center;
      border: none;
      font-weight: bold;
      font-size: 1rem;
      border-radius: 0;
      cursor: pointer;
      text-decoration: none !important;
      align-self: flex-start;
    }
    .btn-what-we-offer:hover{
      background-color: #fff !important;
      color: #e67800 !important;
    }

    @media (max-width: 768px) {
      .services {
        flex-direction: column;
        align-items: center;
      }

      .card {
        width: 100%;
      }
    }#}