.form-programa-cursos {
    background-color: rgb(13, 13, 13);
    margin: 5rem 2rem 5rem 14rem;
    margin: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.199);
    max-width: 100%;
    padding: 2rem 2rem 3rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 0.5rem 0.5rem 0.6rem rgba(0, 0, 0, 0.336);
    gap: 1rem;
    color: white;
}

.input-outros-como-encontrou, .input-como-atencao {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-programa-cursos span p {
    color: rgb(255, 0, 0);
    cursor: default;
    font-weight: bold;
    margin: 0rem;
    margin-top: -1.1rem;
    padding: 0;
}

#programas-cursos {
    width: 100%;
    padding: .5rem 0.5rem 0.4rem 0.5rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

@media screen and (max-width: 920px) {
    .form-programa-cursos {
        margin: 5rem 2rem 5rem 6rem;
    }
}
@media (max-width: 500px){
.form-programa-cursos span p {
    margin-top: 0rem;
}
}
@media screen and (max-width: 430px) {

    .form-programa-cursos {
        margin: 4rem 1rem 5rem 5rem;
        padding: 1rem 1rem 1rem 1rem;
    }
}

@media screen and (max-width: 300px) {

    .form-programa-cursos {
        margin: 3.4rem 0.5rem 5rem 4.5rem;
        padding: 1.5rem 0.5rem 4rem 0.5rem;
    }
}