@media screen and (min-width: 32.5em){
    main{
        grid-template-columns: 1fr 1fr;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    section:nth-child(3) h2{
        font-size: medium;
        padding: .75rem;
    }
}