
    .two-column .row {
        justify-content: space-between;
    }

.two-column__list {
    padding: 0;
    width: 100%;
}

.two-column__list-item {
    background-image: url("/-/media/Themes/NextGen/Common/Common/images/specialities-check.svg");
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 50px;
    min-height: 30px;
    height: 100%;
    margin: 15px 0 0 0;
    padding-top: 4px;
    font-weight: bold;
}

.two-column__image img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

.two-column__wrapper--reversed {
    flex-direction: row-reverse;
}

.two-column .wistia-embed {
    height: 100%;
    width: 100%;
}

.two-column .media-wrap {
    position: relative;
}

.two-column .vertical-rule {
    border-left: 1px solid black;
    margin: 0 1rem;
    opacity: .1;
}

.two-column .award-section img {
    max-height: 60px;
    width: 60px;
}

@media (max-width: 576px) {
    .two-column {
        margin-bottom: var(--ng-size-60px);
    }

        .two-column .content-wrap div.mb-12px {
            margin-bottom: var(--ng-size-4px);
        }

        .two-column .content-wrap h2.mb-12px {
            margin-bottom: var(--ng-size-8px);
        }
}

@media (min-width: 768px) {
}

@media (max-width: 992px) {
    .two-column .media-wrap {
        margin-bottom: var(--ng-size-32px);
    }

    .two-column .award-section .ng-sans-medium.ng-m {
        font-size: var(--ng-size-14px);
        line-height: 130%;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/*! End two-column*/
