.conteudo {
    padding: 100px;
    display: flex;
    justify-content: center;
    justify-content: center;
}
.reclamacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.reclamacao h4 {
    padding: 10px;
    color: #bcae87;
    font-family: "Open Sauce One";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 35.5px; /* 98.611% */
    text-align: center;
}

.reclamacao p {
    color: rgba(23, 23, 31, 0.6);
    text-align: justify;
    font-family: "Open Sauce One";
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.reclamacao .input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.reclamacao .input input {
    display: flex;
    width: 100%;
    padding: 15px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
}

.reclamacao .input textarea {
    display: flex;
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #f1f1f1;
    border: none;
}

button.submit {
    width: 100%;
    display: flex;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #bcae87;
    border: none;

    color: #fff;
    text-align: center;
    font-family: "Open Sauce One";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
}
.v p {
    color: rgba(23, 23, 31, 0.6);
    text-align: center;
    font-family: "Open Sauce One";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}

.conteudo img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .conteudo {
        padding: 8px;
    }

    .conteudo img {
        display: flex;
        width: 100%;
        height: 40vh;
        object-fit: cover;
        object-position: top;
    }
}

label {
    color: rgba(23, 23, 31, 0.6);
}
