section.page {
    background-color: #EEED;
    border-radius: 20px;
    margin: 10px auto 60px auto;
    padding: 20px;
    text-align: center;
}

section.page h4 {
    font-size: 24px;
    font-weight: bold;
}

section.page iframe {
    aspect-ratio: 3/2;
    width: 100%;
    height: auto;
    border: 0;
}

@media (max-width: 719.999px) {
    section.page iframe {
        width: 100vw;
        margin: 0 -40px;
    }
}