.quem-somos-page
{
    position: relative;
    width: 100%;
    height: 530px;
    margin-bottom: 80px;
    clip-path: polygon(100% 0, 100% 73%, 50% 100%, 0 73%, 0 0);
    background: #1C8FC8;
    padding: 70px 160px;
}

.quem-somos-page h2
{
    color: #ffff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2rem;
}

.quem-somos-page p
{
	font-size: 20px;
    color: #fff;
    margin-top: 10px;
    text-align: justify;
	margin-bottom: 20px;
}

.nosso-objetivo
{
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 90px;
    padding: 30px 160px;
	font-size: 20px;
}

.nosso-objetivo h2
{
    color: #1C8FC8;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2rem;
    margin-bottom: 20px;
}

.nosso-objetivo p
{
    color: #1C8FC8;
    margin-top: 10px;
    text-align: justify;
}