section.text-aps {
    background: #eff3ff;
    padding: 0 15px;
}
section .subtitule-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    color: #023CAA;
    text-wrap-style: pretty;
}

section .subtitule-container h2 {
    font-size: 12px;
    font-weight: 700;
}

section .subtitule-container p {
    font-size: 11px;
    padding: 10px 0;
}


@media only screen and (min-width: 768px) {
 section .subtitule-container {
    width: 90%;
 }
 section .subtitule-container p {
    font-size: 16px;
 }
 section .subtitule-container h2 {
    font-size: 18px;
 }
}

@media only screen and (min-width: 1200px) {
 section .subtitule-container {
    width: 85%;
    padding: 60px 0px;
    text-wrap-style: pretty;
 }
 section .subtitule-container p {
    font-size: 22px;
 }
 section .subtitule-container h2 {
    font-size: 28px;
 }
}