.inside-modal {
  width: 30.5rem;
  text-align: center;
}
.button-width {
  min-width: 14.5rem;
}
/* .bottom-p {
   padding: 0 0 4.5rem;
} */
.headingContent {
  padding: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.5px;
  color: var(---text-color-2);
}
.modalDescription {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #949494;
}
.iconSuccess {
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .button-width {
    min-width: 9.5rem;
  }
  .inside-modal {
    width: 22.5rem;
  }
}
