.section-task-your-region {
  background-color: var(--color-green);
  color: var(--color-white);
}
.section-task-your-region .h4 {
  margin-top: 24px;
}
.section-task-your-region button {
  margin-top: 20px;
}
.section-task-your-region .right-block img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}

.section-task-your-region .table-legal-information {
  margin-top: 80px;
  color: var(--color-grey);
}
.section-task-your-region .table-legal-information .grid {
  padding: 32px;
}
.section-task-your-region .table-legal-information a {
  text-decoration: underline;
}
.section-task-your-region .table-legal-information .grid:nth-child(even) {
  background-color: #f1f5f9; /* Серый фон */
  transition: transform 0.3s ease-in-out; /* Плавность для анимации */
}
.section-task-your-region .table-legal-information .grid div:nth-child(1) {
  font-family: Wix Madefor Display;
  font-weight: 700;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -2%;
}
.section-task-your-region .table-legal-information .grid div:nth-child(2) {
  font-family: Wix Madefor Display;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -2%;
}
.section-task-your-region .table-legal-information .download {
  font-family: Wix Madefor Display;
  font-weight: 500;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -2%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: var(--color-green);
  margin-top: 56px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .section-task-your-region .h4 {
    margin-top: 60px;
  }
  .section-task-your-region button {
    margin-top: 60px;
  }
}