    .parte8{
        background-image: url(../assets/img/fundo_escuro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .parte8 .textos{
        color: white;
        padding: 80px 40px 40px 40px;
        

    }

    .parte8 .textos ul{
        padding-left: 16px;
        
    }

   

    .parte8 .textos li{
        color: white;
        font-size: 15.5px;


        
    }


    .parte8 .textos a{
        color: #ffffff;
     }
     .parte8 .textos img{
        width: 30px;
     }
     .parte8 .textos .orcamento a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        font-size: 14px;
     }

    @media screen and (min-width: 420px) and (max-width: 800px) {
        .parte8 .textos li{
            color: white;
            font-size: 21.7px;
    
    
            
        }
    }

   

    .parte8 .textos a{
        text-decoration: none;
        color: white;
    }
    

    .parte8 .textos h2{
        padding: 20px 0;
        font-size: 26px;
        color: #ff7200;

    }

    .parte8 .textos ul li:nth-child(1){
        list-style-image: url(../assets/img/icone_whats.png);
    }
    .parte8 .textos ul li:nth-child(2){
        list-style-image: url(../assets/img/icone_email.png);
    }
    .parte8 .textos ul li:nth-child(3){
        list-style-image: url(../assets/img/icone_insta.png);
    }
    .parte8 .textos ul li:nth-child(4){
        list-style-image: url(../assets/img/icone_face.png);
    }


    @media screen and (max-width: 800px) {
        .parte8{
            background-image: url(../assets/img/fundo_escuro.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
    
            display: flex;
            align-items: center;
            justify-content: start;
        }

        .parte8 .textos li{
            color: white;
            font-size: 16px;
    
    
            
        }

    }
    @media screen and (max-width: 330px) {
        .parte8 .textos li{
            font-size: 12px; 
        }
    }
