.conocedor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.inner {
    width: 50%;
    padding: 5%;
}
.sobre {
    height: auto;
}
.titulador, .sobre {
    background-color: var(--green-color);
    color: white;
}

@media (max-width: 860px) {
    .stormer {
        flex-direction: column;
    }
    .inner {
        width: 80%;
    }
}