.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__wrapper {
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content {
    padding-top: 65px;
    padding-bottom: 65px;

    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box {
    background-color: #fff;
    padding: 40px 35px 40px;
    border-radius: 10px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box__wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box__description {
    margin-top: 25px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box__cta a {
    text-decoration: none !important;
    color: #025FAC !important;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box__cta a:hover {
    color: #018480 !important;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box__cta a i {
    margin-left: 10px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__wrapper__image-mobile {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__descriptions-list {
    margin-top: 30px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__descriptions-list__element {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__descriptions-list__element:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__descriptions-list__element__title {
    font-size: 21px;
    line-height: 35px;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__general-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item__icon {
    flex-basis: 60px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item__content {
    flex-basis: calc(100% - 60px);
    padding-left: 20px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item__content__title {
    font-size: 21px;
    line-height: 35px;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 20px 0;
}

.sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item:last-child {
    border-bottom: none;
}

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


@media (max-width: 991px){
    .sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__wrapper {
        background-image: none !important;
    }
}

@media (max-width: 767px){
    .sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item {
        flex-wrap: wrap;
    }

    .sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__icons-list__item__content {
        flex-basis: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}

@media (max-width: 575px){
    .sbi-apollo-hero-with-text-overlay .sbi-apollo-hero-with-text-overlay__content__box {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}