    .parte4{
        background-image: url(../assets/img/fundo_escuro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .parte4 .textos{
        color: white;
        padding: 80px 40px 40px 40px;
    }

    

    .parte4 .textos h2{
        padding: 20px 0;
        font-size: 26px;
        color: #ff7200;
    }

    .parte4 .textos p{
        font-size: 15.5px;    }


        .parte4 .textos a{
            color: #ffffff;
         }
         .parte4 .textos img{
            width: 30px;
         }
         .parte4 .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) {
        .parte4 .textos p{
            font-size: 21.7px;
        }
    }

    .parte4 .imagem_seguranca_parte4 img:nth-child(1){
        width: 100%;
    }
    .parte4 .imagem_seguranca_parte4 img:nth-child(2){
        width: 0%;

    }


    @media screen and (min-width: 800px) {
        .parte4{
            background-image: url(../assets/img/fundo_escuro.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;

            display: flex;
            align-items: start;
            justify-content: center;
        }
    
        .parte4 .textos{
            color: white;
            padding: 40px 0px 100px 40px;
            width: 40%;
        }
    
        
    
        .parte4 .textos h2{
            padding: 20px 0;
            font-size: 26px;
            color: #ff7200;
        }
    
        .parte4 .textos p{
            font-size: 16px;
        }

        .parte4 .imagem_seguranca_parte4{
            width: 35%;
            padding-top: 100px;
            padding-bottom: 100px;
        }
    
        .parte4 .imagem_seguranca_parte4 img:nth-child(1){
            width: 0%;
        }
        .parte4 .imagem_seguranca_parte4 img:nth-child(2){
            width: 100%;

        }

    }

    
