#voce-pode{
    width:100%;
    background-color:#F7EBE8;

    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:4em;

    padding:4em 6em;
}

#voce-pode-div-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    
    background-image: url("../../../img/estrelaWhite.png");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    
    width:1300px;
    height: 80px;
}

#voce-pode h1{
    color:var(--yellow);
    text-align: center;
}

#div-voce-pode-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;

    gap:5em;
}

.voce-pode-item{
    width:400px;

    display: grid;
    grid-template-rows: 200px 100px;
    justify-self: center;
    align-items: baseline;
    text-align: center;

    gap:1.5em;
}

.voce-pode-item div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}

.voce-pode-item img{
    height: 200px;
}

.voce-pode-item p{
    font-weight: 600;
    font-size:24px;

    color:var(--dark-red);
}