.tax-page-section {
    padding: 4rem 2rem;
  }
  
  .tax-page-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .tax-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .tax-page-primary {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .tax-page-content {
    max-width: 600px;
  }
  
  .tax-page-topper {
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  
  .tax-page-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #222;
  }
  
  .tax-page-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
  }
  
  .tax-page-image-container {
    margin-top: 2rem;
  }
  
  .tax-page-picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .tax-page-form {
    flex: 1 1 40%;
    max-width: 500px;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  