@media(max-width:600px){
section {
    background-color: antiquewhite;
    border-radius: 10px;
    padding: 10px;
}
section h2 {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
    color: #13747d;
}
}