.section-card h2 {
    color: #ffffff !important;
}
.payment-options {
    min-height: 510px;
}
.numbered-center .col-md-11 {
    align-self: center;
}
.numbered-center img {
    min-width: 30px;
}
.hero-carousel h3, .hero-carousel .btn {
    display: none !important;
}
.hero-carousel-outer {
    min-height: auto !important;
}
.video-player {
    border: 1px solid #888b8d;
}
.options .alert-badge {
    position: absolute;
}


@media (max-width: 1279px) {
.payment-options {
    min-height: 634px;
}
.numbered-center img {
    min-width: 30px;
    margin: 0 0 0 -11px;
}
}
@media (max-width: 1023px) {
.payment-options {
    min-height: 835px;
}
.payment-options .pad-1-b p {
    min-height: 58px;
}
.numbered-center img {
    min-width: 30px;
    margin: 0 0 0 -11px;
}
}
@media(max-width: 767px) {
.payment-options {
    min-height: auto;
}
.payment-options .pad-1-b p {
    min-height: auto;
}
.payment-options .col, [class*=" col-"], [class^=col-] {
    margin-bottom: 15px !important;
}
.numbered-center img {
    margin: 0px;
}
.numbered-center p {
    padding: 0 18px;
}
}