.iframe-with-title-section{
    height:90vh;
}
.iframe-with-title-content{
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    background-color: rgba(var(--color-foreground), .08);

}
@media screen and (max-width: 750px) {
    .iframe-with-title-content{
        align-items: flex-start;
        h2{
            padding-left: 5%;
        }

    }
}