.title-page {
    background: #007274;
}

.quem-somos__title strong {
    background-color: #91ebdd;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    font-weight: 800;
    padding-left: 1px;
    padding-right: 1px;
}

.box {
    width: 70%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.subject {
    overflow: hidden;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-container {
    font-family: 'Roboto';
    font-size: 15px;
}

.explicacao p {
    margin-top: 40px;
}

h3 {
    font-weight: bolder !important;
    color: #0068ff !important;
}

.rodape {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .box {
        width: 100%;
    }
}