.modal-content {
  max-width: 900px;
  box-shadow: 1em 1em 0px 0px #00496a;
  box-shadow: 1rem 1rem 0 0 #00496a;
  border-radius: var(--border-radius-lg);
  padding-top: 3.25rem;
  padding-bottom: 2.25rem;
}

.modal-content-photo {
  max-width: 600px;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.custom-modal {
  text-align: center;
  position: relative;
  padding: 60px 40px 40px 40px;
  max-width: 900px;
  border-radius: 15px;
  width: 80%;
  box-sizing: border-box;
}

.custom-modal-paragraph {
  max-width: 700px;
  margin: 0 auto;
}

.custom-modal-logo {
  border-radius: 50%;
  padding: 8px;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 999;
  left: 50px;
  border: 1px solid;
  top: -40px;
  background: white;
}

.custom-modal-logo__img {
  padding: 4px;
  width: 70px;
  position: absolute;
  left: 0px;
  top: 10px;
}
