.confirmation__inner__img {
  -webkit-mask: url("../images/svgs/square-check-solid.svg") no-repeat;
          mask: url("../images/svgs/square-check-solid.svg") no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  width: 100%;
  background: #ebb576;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: 0 auto 24px;
}
.confirmation__inner__title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.confirmation__inner__text {
  text-align: center;
  color: #555;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.confirmation__inner__btn {
  background-color: #e4e4ef;
  color: #ebb576;
  border-radius: 30px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.02em;
  line-height: 36px;
  min-width: 250px;
  align-items: center;
  justify-content: center;
  margin: 24px auto;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}/*# sourceMappingURL=confirmation.css.map */