.all-quemsomos{
    padding: 3rem 3rem 5rem 3rem;
    background-color: var(--palid-color);
}
.top-quemsomos{
    padding: 15px 0px;
    font-size: 19px;
    color: var(--main-text-color);
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 3px #999;
    background-color: var(--branco);
    border-radius: 5px;
}
.img-quemsomos{
    border-radius:5px;
}
.bottom-quemsomos{
    box-shadow: 1px 1px 3px #999;
    background-color: var(--branco);
    border-radius: 5px;
}
    .bottom-quemsomos h1{
        font-size: 1.5rem;
        color: var(--main);
    }
    .bottom-quemsomos h1::after{
        display:flex;
        content:"";
        background-color: var(--main-color);
        height:2px;
        width:100%;
    }
    .bottom-quemsomos p{
        font-size: 19px;
    }

@media(max-width:768px){
    .bottom-quemsomos .col-4{
        display:none;
    }
    .bottom-quemsomos .col-8{
        max-width: 99%;
    }
    .bottom-quemsomos{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .bottom-quemsomos h1{
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .top-quemsomos h2{
        margin: 0px;
        text-align: center;
        font-size: 1.2rem;
    }
    .bottom-quemsomos p{
        font-size: 16px;
    }
}