.l-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-main {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .l-main {
    max-width: 800px;
  }
}
.l-main__cta {
  position: relative;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #882d24;
}

.img {
  width: 100%;
  height: auto;
  display: block;
}

.cta {
  position: absolute;
  width: 300px;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .cta {
    width: 500px;
  }
}/*# sourceMappingURL=style.css.map */