:root {
  --brand: #01b5fb;
  --sub: #6ac754;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.modalsize {
  max-width: 850px;
}

.myModal-content {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  color: white;
  border-radius: 10px;
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); 
}

.modal-content .modal-body {
  border: none;
  position: relative;
  z-index: 0; 
}
.modal-content .modal-body h5 {
  text-decoration: underline;
  font-size: 20px;
  color: black;
}
.modal-content .modal-body p {
  font-size: 12px;
  color: black;
}
.modal-content .modal-body button {
  border: none;
  border-radius: 5px;
}

.modal-btn {
  background-color: #2ecc71;
  color: white;
  font-size: 12px;
  text-align: center;
}
.modal-btn:hover {
  background-color: #1da255;
  color: white;
}

@media (max-width: 767.98px) {
  .modal-content .img {
      height: 300px; 
  } 
}
