@import url(Global.css);


.section-frases{
    margin-top: 150px;
    margin-bottom: 150px;
    height: 600px;
    width: 100%;
    background-image: linear-gradient(var(--light-pink), var(--light-red));
    display: flex;
    align-items: center;
}

.frases-container{
    display: flex;
    height: 500px;
    
    width: 80%;
    flex-wrap: wrap;
    flex-direction: row;
    background-image: url(../img/fundo-frases.png);
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.frases-img{
    margin: auto;
    height: 200px;
    width: 200px;
    background-color: white;
}

.frase{
    margin: auto;
    width: 700px;
    height: 200px;
}




@media screen and (max-width: 1068px){
    .frases-container{
        
        background-image: url(../img/fundo-frases-cel.png);

        
    
    }
    


}
