.contenedor-politicas{
    display: flex;
    
    align-items: flex-start;
    flex-direction: column;
    max-width: 1440px;
    padding: 0 150px;
}
.contenedor-politicas h2 {
    color: #8A8A8A;
font-family: Helvetica;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 166.667% */
}
.contenedor-politicas h3 {
    color: #8A8A8A;
font-family: Helvetica;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 166.667% */
}

.privacy-policy {
    color: #8A8A8A;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media only screen and (max-width: 768px) {
    .contenedor-politicas {
        padding: 0 20px;
    }
}