iframe {
    border-radius: 20px;
}

@media(max-width: 768px) {
    iframe {
        margin-bottom: 1rem;
    }

    .content section {
        text-align: center;
    }
}