@media screen and (max-width: 800px) {
    .beneficio {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed rgb(0, 0, 0, 0.1);
}

.seta {
    display: none;
}

.cf {
    margin-bottom: 40px;
}

.logo img {
    height: 50px;
}

}