.model_book {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.model_book_button {
  width: 100%;
  min-height: 56px;
  padding: 14px 24px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.72px;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  transition: opacity .5s;
}

.model_book_button:hover {
  opacity: .5;
}

@media (min-width:320px) and (max-width:499px) {
  .model_book {
    margin-top: 16px;
  }

  .model_book_button {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
    letter-spacing: -0.64px;
    line-height: 1.25;
  }
}

@media (min-width:500px) and (max-width:799px) {
  .model_book {
    margin-top: 20px;
  }

  .model_book_button {
    min-height: 52px;
    padding: 12px 22px;
    font-size: 17px;
    letter-spacing: -0.68px;
    line-height: 1.2;
  }
}
