.service-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 30px;
    background-color: #967f71;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
  }
  
  .page-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
    color: #67432D;
  }
  
  .intro {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  
  .section {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 10px;
    color: #7a5c4c;
  }
  
  .section-text, .section ul, .section p {
    font-size: 17px;
    line-height: 1.6;
  }
  
  .contact-form {
    margin-top: 20px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f5ee;
  }
  
  .contact-form input[type="submit"] {
    background-color: #7a5c4c;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
  }
  
  .contact-form input[type="submit"]:hover {
    background-color: #5e4338;
  }
.service-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 30px;
    background-color: #ebe7d6;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
  }
  
  .page-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
    color: #67432D;
  }
  
  .intro {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  
  .section {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 10px;
    color: #7a5c4c;
  }
  
  .section-text, .section ul, .section p {
    font-size: 17px;
    line-height: 1.6;
  }
  
  .contact-form {
    margin-top: 20px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f5ee;
  }
  
  .contact-form input[type="submit"] {
    background-color: #7a5c4c;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
  }
  
  .contact-form input[type="submit"]:hover {
    background-color: #5e4338;
  }