@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
  background: white;
  font-family: "DM Sans", sans-serif;
}
body a {
  color: #bb9a5e;
}
body a:hover {
  opacity: 0.9;
}

.wrapper {
  margin-top: 5vh;
}
.wrapper .logo {
  width: 120px;
  height: auto;
}
.wrapper .box {
  background: white;
  width: 100%;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .wrapper .box {
    max-width: 600px;
  }
}
.wrapper .box h1, .wrapper .box h2 {
  font-size: 24px;
  font-weight: bold;
}
.wrapper .box .features .feature {
  display: flex;
  gap: 0.75rem;
}
.wrapper .box .features .feature:not(:last-child) {
  margin-bottom: 1rem;
}
.wrapper .box .features .feature .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #bb9a5e;
  color: white;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .box .features .feature .text {
  margin-top: 3px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  transition: 0.25s;
}
.btn.btn-primary {
  background: #bb9a5e;
  border-color: #bb9a5e;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #bb9a5e;
  border-color: #bb9a5e;
  opacity: 0.9;
}

/*# sourceMappingURL=style.css.map */
