@media screen and (max-width: 468px) {
    section h2 { font-size: 16px; }
    section div { font-size: 16px; }
}

@media screen and (max-width: 680px) {
    section h2 { font-size: 18px; }
    section div { font-size: 16px; }
}