.adobe__form {
  font-family: 'Roboto', sans-serif;
  background: #e9eef2;
}
.adobe__form h1 {
  padding: 0 40px;
  color: #263a5d;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 0;
}
.adobe__form .adobe__form__description {
  padding: 0 40px;
  margin-top: 2rem;
}
.adobe__form .adobe__form__description p {
  font-size: 1.5rem;
  color: #263a5d;
  line-height: 2.7rem;
  font-weight: 500;
}
.adobe__form .adobe__form__description a {
  color: #34b0f0;
  font-weight: bold;
}
.adobe__form .adobe__form__container {
  margin-top: 4rem;
}
.adobe__form .adobe__form__container iframe {
  border: 0;
  overflow: hidden;
  min-width: 300px;
  min-height: 250px;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (min-width: 600px) {
  .adobe__form .adobe__form__container iframe {
    min-width: 600px;
    min-height: 500px;
  }
}
@media (min-width: 770px) {
  .adobe__form {
    padding: 4rem 40px;
  }
  .adobe__form h1,
  .adobe__form .adobe__form__description {
    padding: 0;
  }
}
