.top-area{
    height: 750px;
    background-position: center center;
    background-image: url(/imagens/1.jpeg);
    background-size: cover;
}

.txt-area{
    display: inline-flex;
    width: 100%;
    margin-top: 250px;
}

.top-area p{
    font-weight: normal;
    font-size: 2rem;
    width: 50%;
    height: 100px;
    padding-left: 30px;
    border-left: 4px solid rgb(95, 51, 51);
}

.top-area h3{
    font-size: 25px;
    width: 90%;
    color: white;
    font-weight: 100;
    text-justify: inter-word;
    text-align: justify;
}

#second-sec{
    margin-top: 50px;
}

.caixas-servicos{
    margin-bottom: 50px;
}

.container #txt-p-bottom{
    width: 100%;
    color: black;
    font-size: 25px;
    margin-bottom: 40px;
    text-justify: inter-word;
    text-align: justify;
}

@media only screen and (max-width: 600px) {
    .top-area .txt-area{
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .top-area{
        height: 600px;
        margin-top: -240px;
    }

    .top-area .txt-area h3{
        margin-top: 100px;
        width: 100%;
        font-size: 20px;
    }

    .top-area .txt-area p{
        margin-top: 100px;
    }

    .container #txt-p-bottom{

        font-size: 20px;
    }
}