.adjustment {
  width: 650px;
  margin: 30px auto 50px;
}
.adjustment h2 {
  font-size: 24px;
  padding: 30px 0;
}
.adjustment .adjustment-btn {
  display: flex;
}
.adjustment .adjustment-btn .button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 50px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #c6145a;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.adjustment .adjustment-btn .button-1:hover {
  background-color: #ff63a7;
}
.adjustment .adjustment-btn .button-1 a {
  color: #fff;
  text-decoration: none;
}
.adjustment .adjustment-btn .button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 50px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #274f75;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.adjustment .adjustment-btn .button-2:hover {
  background-color: #3074b7;
}
.adjustment .adjustment-btn .button-2 a {
  color: #fff;
  text-decoration: none;
}

.stop {
  pointer-events: none;
}
.stop a {
  color: #ccc;
}

@media (max-width: 751px) {
  .adjustment {
    width: 100%;
  }
  .adjustment h2 {
    font-size: 14px;
    padding: 0px 40px;
  }
  .adjustment .adjustment-btn {
    display: block;
  }
  .adjustment .adjustment-btn .button-1 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=adjustment.css.map */