#modal-regulamento h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

#modal-regulamento section {
    margin-bottom: 35px;
}

#modal-regulamento h2 {
    font-size: 18px;
    font-weight: 600;
}

#modal-regulamento h2 span {
    margin-right: 5px;
}

#modal-regulamento .modal-header {
    border: none;
}

.modal-body h1, .modal-body h2, .modal-body p {
  color: #212529;
}

@media screen and(max-width: 400px) {
    .modal-regulamento h1 {
        font-size: 2rem;
    }
}
