.conteudo {
    padding: 100px;
    display: flex;
    justify-content: center;
    justify-content: center;
}

#sobre-img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
    .conteudo {
        padding: 12px;
    }
}
.reclamacao2 {
    display: flex;
    flex-direction: column;
}

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

.reclamacao2 p {
    color: rgba(23, 23, 31, 0.6);
    text-align: center;
    font-family: "Open Sauce One";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
}

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

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

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

.bt-sub {
    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: 1.1rem;
    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: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}

.bt-feedback {
    display: inline-flex;
    padding: 8px 20px;
    border-radius: 10px;
    background: #bcae87;
    color: #fff;
    text-decoration: none;
    margin-top: 12px;
}

.list-cont {
    width: 100%;
    align-items: center;
    margin-top: 40px;
}

.list-cont a {
    text-decoration: none;
}

.list-cont .cont-icon {
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.list-cont .cont-icon:hover {
    opacity: 0.8;
}

.list-cont .cont-icon img {
    width: 40px;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    #sobre-img {
        height: 40vh;
        width: 100%;
        object-position: top;
    }
}

.row {
    justify-content: center;
}
