.criativo {
    display: inline-block;
    width: 30%;
    height: 30%;
    margin: 10px;
    position: relative;
    

    img{
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
}