@media(max-width: 991px) {
    .grid_mobile {
        display: grid;
    }

    .img_baixo {
        display: grid;
    }
}

body {
    font-family: 'poppins';
}

.titulo-sobrenos {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.titulo-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
}

.paragrf-sobre {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    margin-top: 1rem;
}

.img-sobre1 {
    margin-top: 2rem;
}

.titulo-2part {
    margin-top: 5rem;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;

    color: #000000;
}

.paragraf2 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    width: 87%;
    margin-top: 1rem;
}

.lista-servicos1 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;

    color: #000000;
}


@media (max-width: 991px) {

    .cel_central {
        text-align: start;
    }
    .paragraf2 {
        width: 100%;
    }
}