.azs-start {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 2.1875em;
  margin-bottom: 1.25em;
  padding: 1.25em 0.875em;
  background-color: var(--color-secondary);
  background-image: url(./bg-xs.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 25px 0 rgba(76, 86, 86, 0.15);
}

.page .azs-start h3.azs-start__title {
  margin-bottom: 1em;
  font-size: 1.25em;
}

.azs-start .azs-start__footer {
  width: 270px;
  max-width: 100%;
  height: 254px;
  margin-right: -0.875em;
  margin-left: auto;
  background-image: url(./azs.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 576px) {
  .azs-start {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.125em;
    margin-bottom: 2.1875em;
    background-image: url(./bg-sm.webp);
  }

  .azs-start .azs-start__body {
    width: 50%;
  }

  .azs-start .azs-start__footer {
    width: 263px;
    height: 246px;
    margin-right: unset;
    margin-left: unset;
  }
}

@media (min-width: 768px) {
  .azs-start {
    margin-top: 5em;
    margin-bottom: 2.5em;
    background-image: url(./bg-md.webp);
  }

  .page .azs-start h3.azs-start__title {
    font-size: 1.5em;
  }

  .azs-start .azs-start__footer {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .azs-start {
    margin-top: 3.25em;
    margin-bottom: 2em;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(./bg-lg.webp);
  }

  .azs-start .azs-start__body {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }

  .azs-start .azs-start__footer {
    width: 296px;
    height: 278px;
  }
}

@media (min-width: 1440px) {
  .azs-start {
    margin-top: 5em;
    margin-bottom: 2.1875em;
    background-image: url(./bg-xl.webp);
  }

  .azs-start .azs-start__body {
    margin-right: unset;
  }

  .azs-start .azs-start__footer {
    width: 394px;
    height: 370px;
  }
}
