@media screen and (min-width: 778px){
    .curiosidades__item{
        display: flex;
        align-items: center;
        gap: 2rem;
    }
}