.about_action_bg_set {
    float: left;
    width: 100%;
    padding: 100px 0;
    background: #000 url(../images/casino-stain.webp) no-repeat right center;
    background-size: cover;
}
.aboutseroopd.about_action_bg_set {
    float: left;
    width: 100%;
    background: #000 url(../images/casino-stain.webp) no-repeat right center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.about_action_bg_set .col-md-5 img {
    box-shadow: 0 0 11px #e3bc25;
}
.aboutseroopd.about_action_bg_set .card-body h3 {
    color: #ffc107;
}

.aboutseroopd.about_action_bg_set .card-body {
    background: none !important;
    padding: 0 !important;
}

.about_action_bg_set .card {
    background: transparent !important;
    display: flex;
    height: 100%;
    margin-bottom: 20px;
}

.about_action_bg_set .card-body {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.about_action_bg_set .card-body .card-title {
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 0.3px;
}


.section-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 40px 0;
    color: var(--primary-text-color);
}
.section-title span {
    color: #EDC520;
}
.sub-line {
    font-size: 16px;
    color: var(--primary-text-color);
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    max-width: 780px;
}

.steps_inner_set .card { 
    padding: 20px;
    background: rgba(237, 197, 32, 0.1) !important;
    border: 2px solid rgba(237, 197, 32, 0.3);
    height: 100%;
}
.steps_inner_set .card h3 {
    color: var(--gold-bg-color);
    font-weight: 600;
    font-size: 20px;
}
.set-radius {
    border-radius: 20px;
    border: 2px dashed var(--gold-bg-color);
    padding: 40px;
    max-width: 90%;
}

.Benefits_section::before {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    transform: rotateY(-180deg);
    z-index: -1;
}
.Benefits_section::after {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    z-index: -1;
}
.step_section .animated-ic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.step_section .animated-ic span {
    -webkit-animation: slide-y infinite 2s linear;
    animation: slide-y infinite 2s linear;
    position: absolute;
}
.step_section .animated-ic span.ic5 {
    right: 100px;
    top: -100px;
}
.Benefits_section .steps_inner_top .icon_steps {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-text-color);
}
.Benefits_section .steps_inner_top p {
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.Benefits_section .steps_inner_top .icon_steps {
    width: 60px;
    height: 60px;
}
.Benefits_section .steps_inner_set {
    position: relative;
}

.Benefits_section .steps_inner_top .icon_steps {
    background: transparent;
    border: none !important;
    align-items: flex-start !important;
    height: auto;
    line-height: 1;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: .5rem;
    width: 30px;
}

.about_action_bg_set .card-body .card-text {
    margin-top: 12px !important;
    font-size: 20px !important;
}

.about_action_bg_set .btn_center_wrap {
    text-align: center !important;
}

.smgolden444betFooter {
            padding: 30px 0 0;
            text-align: left;
        }

        .smgolden444betFooter ul {
            list-style: none;
            padding: 15px 0 20px;
            margin: 0;
        }

        .smgolden444betFooter ul li:not(:last-child) {
            margin-bottom: 8px;
        }

        .smgolden444betFooter ul li a {
            color: #fff !important;
            text-decoration: none;
        }

        .smgolden444betFooter h4 {
            color: #fff;
            font-weight: 600;
        }

        .smgolden444betFooter p {
            color: #fff;
            margin-top: 10px;
        }

        .smgolden444betFooter img {
            width: 160px !important;
        }

        .smgolden444betFooter ul li a:hover {
            color: #ccc;
        }

@media (max-width: 991px) {
.about_action_bg_set {
        text-align: center;
    }
}

@media (max-width: 767px) {
    
    .about_action_bg_set .col-md-5  {
        max-width: 40%;
        width: 40%;
        display: none;
    }
    .about_action_bg_set .card {
        text-align: left;
    }
    
    .about_action_bg_set .col-md-7 {
        max-width: 100%;
        text-align: left;
        width: 100%;
    }
    .about_action_bg_set .col-md-7.mt-5 {
        margin-top: 0 !important;
    }
    
    .about_action_bg_set .col-md-7.mt-5 p {
        font-size: 14px !important;
    }
}

@media (max-width:575px) {
.about_action_bg_set .col-md-7.mt-5 p {
        font-size: 16px !important;
    }
}