body {
    background: #f0f2f5;
}

.container {
    background: white;
    margin: 24px auto;
    border: 1px solid #e8e8e8;
    padding: 2.5rem;
}

.row img {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: auto;
    margin-bottom: 1.5rem;
}

.frame-container {
    min-width: unset !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
}
.frame-container > iframe {
    width: 100%;
    height: 620px;
}
@media (max-width: 992px) {
    .frame-container > iframe {
        height: 1050px;
    }
}

@media (max-width: 560px) {
    .frame-container > iframe {
        height: 1190px;
    }
}
@media (max-width: 400px) {
    .frame-container > iframe {
        height: 1290px;
    }
}


li {
    margin-left: calc(.75rem + 3px);
}

.info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}
ul ul {
    list-style: inherit;
}