.logo-topo {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.logo-topo img {
    width: 180px;
    max-width: 100%;
}

.topo-politica {
    position: relative;
    padding: 40px 0;
}

.logo-topo {
    display: flex;
    justify-content: center;
}

.logo-topo img {
    width: 180px;
    max-width: 100%;
}

.btn-voltar {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    gap: 8px;

    background: #fff;
    color: #1f4d57;

    padding: 12px 22px;
    border-radius: 30px;

    text-decoration: none;
    font-weight: 600;

    transition: 0.3s;
}

.btn-voltar:hover {
    opacity: 0.8;
}

.privacy-policy{
  font-family: "Poppins";
  font-size: 15px;
}