.desclaimer .inner{
    display: flex;
    padding: 4vw 2vw;
    border-bottom: solid #ABA093 1px;
}
.desclaimer .inner:last-child{
    border: none;
}
.desclaimer .inner h3{
    width: 30%;
    text-align: left;
    font-size: 1.8rem;
    color: #6f675c;
}
.desclaimer .inner p{
    width: 70%;
}

@media (max-width: 65rem) {
.desclaimer .inner{
    padding: 4vw 2vw;
    flex-direction: column;
    border: none;
}
.desclaimer .inner h3{
    width: 100%;
    background-color: #e0ded9;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.desclaimer .inner p{
    width: 100%;
}

}