.feedback3-container {
    background-color: #dce9fd;
    padding: 10px 20px;
    margin: 0 auto 0;
    font-size: 16px;
    text-align: center;
}
.feedback3-start {
    width: fit-content;
    margin: auto;
}

.feedback3-container h1 {
    font-weight: 600;
    font-size: 30px;
    margin-top: 30px;
}
.feedback3-container h2 {
    font-weight: normal;
    font-size: 25px;
    margin-top: 30px;
}

.feedback3-button-container {
    margin-bottom: 30px;
}

.feedback3-comment textarea {
    width: 500px;
    height: 80px;
    margin-bottom: 20px;
}

.feedback3-comment textarea, .feedback3-comment input {
    padding: 7px;
    border-radius: 5px;
    border: solid 1px #929caf;
}

.feedback3-btn-feedback + .feedback3-btn-feedback {
    margin-left: 3rem;
    /*margin: 3px 0 10px 20px;*/

}

@media only screen and (max-width: 570px) {
    .feedback3-comment textarea {
        width: 100%;
    }

    .feedback3-button-container {
        line-height: 70px;
    }
}