.transparency {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.transparency .form {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.transparency .form h3 {
  color: var(--color-orange);
  font-size: 32px;
  list-style: 32px;
  margin: 0 0 32px;
}
.transparency .form .form-content {
  width: 50%;
  height: auto;
  padding: 5%;
}
.transparency .form .form-image {
  width: 50%;
  height: auto;
}

@media (max-width: 900px) {
  .transparency .form .form-content,
  .transparency .form .form-image {
    width: 100%;
  }
}