.modal-content { border-radius: 10px; }

.ContentModal { background-color: #F4F4F4; }

.ContentModal h5 {
  font-weight: bold;
  font-size: 22px;
}

.ContentModal h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.ContentModal p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.ContentModal a { color: #5D5D5D; }

.ContentModal a:hover {
  color: #252522;
  text-decoration: underline;
}
