.tax-guide-parallax__section {
  background-attachment: scroll;
  background-color: #000;
  display: grid;
  place-items: center;
  padding-top: 3rem;
}
.tax-guide__section {
  width: 100%;
  color: white;
}
.tax-guide__section h2 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3rem;
}
.tax-guide__section h2 + p {
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.tax-guide__section .container div:nth-child(2) {
  margin-top: 1rem;
  padding-bottom: 3rem;
}
.tax-guide__section .container div:nth-child(2) div {
  width: 60%;
  margin-top: 1.5rem;
}
.tax-guide__section .container div:first-child {
  display: flex;
  justify-content: center;
}
.tax-guide__section .container div:first-child > img {
  aspect-ratio: 1/1;
  max-width: 400px;
  width: 100%;
}
.tax-guide__section .container div:nth-child(2) a {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  display: block;
  padding: 1rem;
  max-width: 100%;
  text-decoration: none;
  font-size: 0.875rem;
  text-align: center;
}

@media (min-width: 414px) and (max-width: 1024px) {
  .tax-guide__section .container div:nth-child(2) {
    text-align: center;
  }
  .tax-guide__section .container div:nth-child(2) div {
    margin: 1.5rem auto;
  }
}

@media (min-width: 1024px) {
  .tax-guide-parallax__section {
    max-height: 500px;
    height: 70vh;
    padding-top: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    background-blend-mode: saturation;
    background-image: linear-gradient(black, black),
      url("https://res.cloudinary.com/deklnqsqn/image/upload/f_auto,q_auto:best/v1731923335/image_fx__19_raedwh.png");
  }
  .tax-guide__section .container {
    display: flex;
    align-items: center;
  }
  .tax-guide__section .container div {
    flex-basis: 50%;
  }
  .tax-guide__section .container div:first-child {
    justify-content: left;
  }
  .tax-guide__section h2 {
    font-size: 2.625rem;
    line-height: 4.375rem;
  }
  .tax-guide__section h2 + p {
    font-size: 1.125rem;
  }
  .tax-guide__section .container div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
