h2 {
    font-size: 32pt;
}

.subhead {
    font-size: 12pt;
    max-width: 600px;
}


/* Hero */

.hero-img {
    display: none;
}

.hero-content {
    width: 100%;
}


/* CTA-1 */

#cta1 {
    padding: 75px 15px;
}

#cta-cards {
    margin: 30px 0;
}

.card {
    margin: 5px;
    width: 40%;
    min-width: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/* About */

#about-img {
    width: 100%;
    height: 325px;
}

#about img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}

.about-content {
    width: 65%;
    padding: 60px 0;
}


/* CTA-2 */

.slide {
    width: 50%;
}

.slide p {
    width: 80%;
}

/* Lessons */

#lessons,
#recitals {
    height: 600px;
}

.LesRec-content {
    line-height: 24pt;
}


/* Contact */

.contact-info {
    width: 50%;
    font-size: 14pt;
}