.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

.section {
  margin-bottom: 20px;
}
.section .title {
  font-size: 20px;
  font-weight: bold;
}
.section .title span {
  font-size: 15px;
}
