.o_que_pode__image{
    flex-basis: 100px;
    height: 100%;
    width: 150px;
    align-self: center;
}

@media screen and (min-width: 778px){
    .o_que_pode__image{
        max-width: 150px;
        height: auto;
        width: auto;
    }
}