.modal {
  width: 100% !important;
  max-width: 60vw !important;
  height: 100% !important;
  max-height: 90vh !important;
  overflow: initial !important;
  padding-right: 0 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 1000px) {
  .modal {
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 20px !important;
  }
}
.modal-lg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal-content {
  height: 100%;
}
.modal-body {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 50px);
}
.modal-body h1 {
  margin-top: 20px !important;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .modal-body h1 {
    font-size: 2.5rem;
  }
}
.modal-body h3 {
  font-size: 2rem;
}
.modal-body strong {
  color: #c4ae51;
}
.modal-body p {
  margin-bottom: 0;
}
