.cta-1 {
  position: relative;
  padding-top: 14px;
  border: 21px solid #b0e3ef;
  overflow: clip;
  position: relative;
}

@media screen and (max-width: 999px) {
  .cta-1 {
    border: 11px solid #b0e3ef;
    padding-bottom: 31px;
    padding-top: 27px;
  }
}

.cta-1::before {
  position: absolute;
  display: block;
  content: "";
  width: 10.587%;
  height: 49.434%;
  background: url(../img/simulation-banner-charm.png) no-repeat center center /
    contain;
  bottom: -4%;
  left: 13.3%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .cta-1::before {
    display: none;
  }
}

.cta-1__bg {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  height: calc(100% - 18px);
}

@media screen and (max-width: 999px) {
  .cta-1__bg {
    bottom: 10px;
  }
}

.cta-1__container,
.renovation__container {
  max-width: 920px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 999px) {
  .cta-1__container,
  .renovation__container {
    width: 100%;
  }
}

.cta-1__image {
  position: relative;
  z-index: 2;
}
.cta-1__image img {
  transform: translateX(33px);
}

@media screen and (max-width: 767px) {
  .cta-1__image img {
    transform: translateX(0);
  }
}

.renovation__container {
  padding-bottom: 59px;
}

@media screen and (max-width: 999px) {
  .renovation__container {
    padding-bottom: 49px;
  }
}

.simulation__button {
  position: absolute;
  display: block;
  height: 14%;
  width: 33%;
  bottom: 11%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .simulation__button {
    height: 10%;
    width: 71%;
  }
}

.simulation__button--contact {
  left: 16%;
}
@media screen and (max-width: 767px) {
  .simulation__button--contact {
    bottom: 25%;
  }
}

.simulation__button--tel {
  right: 16%;
}


@media screen and (max-width: 767px) {
    .simulation__button--tel {
      bottom: 12%;
    }
  }