#s-3000 .countup-box {
    background: rgb(6 6 6/30%);
    border-radius: 8px;
    box-shadow: 0 0 0 7px rgb(34 33 31/20%);
    padding: 30px 20px;
    text-align: center
}

#s-3000 h4 {
    color: #fff;
    font-size: 45px !important;
    letter-spacing: .02em;
    text-align: center
}

#s-3000 h4:after {
    color: #fff;
    content: '';
    font-size: 45px !important;
    font-weight: 400;
    line-height: 130%;
    margin: 10px 0 10px 0;
    text-align: center
}

#s-3000 p {
    color: #fff;
    font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 130%;
    text-align: center
}

#s-3000 p:before {
    background-color: #f9be06;
    border-radius: 80px;
    content: '';
    display: block;
    height: 4px;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    margin-right: auto;
    margin-left: auto;
    width: 120px
}

#s-3000 > div {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    padding: 90px 0 90px 0;
    position: relative
}

@media screen and (max-width: 991px) {
    #s-3000 .countup-box {
        margin: 20px 0 20px 0
    }
}

@media (max-width: 587px) {
    #s-3000 .col-xs-12 + .col-xs-12 {
        margin-top: 20px
    }

    #s-3000 .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    #s-3000 h4 {
        font-size: 1.5em
    }
}