.sbi-apollo-hero-two-column__row__image {
    flex-basis: 50%;
    position: relative;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__image-desktop {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    width: 100%;
    height: 100%;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content {
    flex-basis: 50%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content--black {
    color: #000;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content--white {
    color: #fff;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content {
    position: relative;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content *:not(.sbi-apollo-video-two-columns-autoplay__ctas__button__btn) {
    color: inherit !important;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content .sbi-apollo-hero-two-column__row__content__wrapper {
    flex-basis: 100%;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row {
    min-height: 385px;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content.sbi-apollo-hero-two-column__row__content--left {
    padding-right: 30px;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content.sbi-apollo-hero-two-column__row__content--right {
    padding-left: 30px;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row.sbi-apollo-hero-two-column__row--rounded {
    border-radius: 10px;
    overflow: hidden;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row .sbi-apollo-hero-two-column__row__content--boxed {
    padding-left: 30px;
    padding-right: 30px;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__media__video__play-button {
    text-decoration: none !important;
    color: #025FAC !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 158px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #025FAC;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__media__video__play-button i {
    margin-right: 10px;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__media__video__play-button:hover {
    color: #fff !important;
    background-color: #025FAC;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content__subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content__description {
    margin-top: 20px;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__ctas {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__ctas__button {
    flex-basis: 182px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__ctas__button__btn {
    width: 100%;
    text-align: center;
}

.sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__ctas__button__btn.amd-cta__white:hover {
    border-color: #fff;
}

@media (max-width: 1199px){

}

@media (max-width: 991px){
    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__image,
    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content,
    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content {
        flex-basis: 100%;
    }

    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row {
        flex-wrap: wrap;
    }

    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__wrapper__container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row__content .sbi-apollo-hero-two-column__row__content__wrapper {
        text-align: center;
    }

    .sbi-apollo-hero-two-column .sbi-apollo-hero-two-column__row.sbi-apollo-hero-two-column__row--rounded {
        border-radius: 0 !important;
    }

    .sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__ctas {
        justify-content: center;
    }
}

@media (max-width: 767px){
    
}

@media (max-width: 479px){
    .sbi-apollo-hero-two-column .sbi-apollo-video-two-columns-autoplay__ctas__button {
        flex-basis: 100%;
        margin-right: 0;
    }
}