
.modal.instructions .modal-dialog {

  background: white;
  padding: 32px 48px 48px 48px;
  border-radius: 16px;
  text-align: center;
  height: 443px;
  min-height: 443px;
}

.modal.instructions .modal-header {
  border: none;
}

.modal.instructions h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}

.modal.instructions p {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
}


.modal.instructions .closing  {
  margin-top: 5px;
  background: white !important;
  color: #545A60 !important;
}
