.azs-schema {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
}

.azs-schema .azs-schema__title {
  position: absolute;
  inset: 0;
}

.page .azs-schema h3.azs-schema__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.azs-schema .azs-schema__image {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 400px) {
  .azs-schema {
    margin-top: 3.125em;
    margin-bottom: 5em;
    box-shadow: 0 10px 25px 0 rgba(76, 86, 86, 0.15);
  }

  .azs-schema .azs-schema__title {
    top: 0.8em;
    right: 0.6em;
    left: 0.6em;
  }
}

@media (min-width: 768px) {
  .azs-schema {
    margin-top: 5em;
  }

  .azs-schema .azs-schema__title {
    top: 1.6em;
    right: 1.75em;
    left: 1.75em;
  }
}

@media (min-width: 992px) {
  .azs-schema {
    margin-top: 3.25em;
    margin-bottom: 3.25em;
  }
}

@media (min-width: 1440px) {
  .azs-schema {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .azs-schema .azs-schema__title {
    top: 2em;
    right: 2em;
    left: 2em;
  }

  .page .azs-schema h3.azs-schema__title {
    font-size: 2em;
  }
}
