.vrtlWrap {
    padding: 15px 0px 10px;
}

.vrtlContentWrap h3 {
    color: #003366;
    text-align: center;
    font-weight: 700;
}

.vrtlBoxWrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    grid-gap: 25px;
    margin-top: 30px;
}

.vrtlIframeWrap {
    flex: 0 0 auto;
    width: 45%;
}

.vrtlTextWrap {
    flex: 0 0 auto;
    width: 45%;
}

.vrtlTextWrap h3 {
    text-align: left ;
}

.vrtlIframeWrap iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 990px) {
    .vrtlBoxWrap {
        padding: 0 20px;
    }
    .vrtlIframeWrap, .vrtlTextWrap {
        width: 100%;
    }
}