    .parte9{
        background-image: url(../assets/img/fundo_claro.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
    }

    .parte9 .textos{
        color: white;
        padding: 50px 0;
    }

    .parte9 .textos p{
        font-size: 15.5px;
    }

    .parte9 .textos a{
        color: #ffffff;
     }
     .parte9 .textos img{
        width: 30px;
     }
     .parte9 .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) {
        .parte9 .textos p{
            font-size: 21.7px;
        }
    }

    
