section#counter-01 {
  padding: 0px;
}
#counter-01 .col-md-3 {
    width: 25%;
    float: left;
}

#counter-01 .section-block-parallax {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 90px 0 90px 0;
}

#counter-01 .countup-box {
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
}

@media screen and (max-width:991px) {
    #counter-01 .countup-box {
        margin: 20px 0 20px 0;
    }
}

#counter-01 .countup-box h4 {
    text-align: center;
    font-size: 45px!important;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 0 0 0 0;
}

#counter-01 .countup-box h4:after {
    content: '';
    text-align: center;
    font-size: 45px!important;
    font-weight: 400;
    color: #fff;
    line-height: 130%;
    margin: 10px 0 10px 0;
}

#counter-01 .countup-box i {
    font-size: 60px;
    color: #f9be06;
}

#counter-01 .countup-box p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 130%;
}

#counter-01 .countup-box p:before {
    content: '';
    text-align: center;
    display: block;
    width: 120px;
    height: 4px;
    background-color: #f9be06;
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    margin: auto;
    border-radius: 80px;
}

#counter-01 .countup-box-2 {
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px;
}

@media screen and (max-width:767px) {
    #counter-01 .countup-box-2 {
        margin: 20px 0 20px 0;
    }
}

#counter-01 .countup-box-2 h4 {
    text-align: center;
    font-size: 50px!important;
    font-weight: 500;
    color: #222;
    line-height: 1;
    margin: 0 0 0 0;
}

#counter-01 .countup-box-2 h4:after {
    content: '';
    text-align: center;
    font-size: 45px!important;
    font-weight: 500;
    color: #222;
    line-height: 130%;
    margin: 10px 0 10px 0;
}

#counter-01 .countup-box-2 i {
    font-size: 60px;
    color: #f9be06;
}

#counter-01 .countup-box-2 p {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 130%;
}

#counter-01 .countup-box-2 p:before {
    content: '';
    text-align: center;
    display: block;
    width: 120px;
    height: 4px;
    background-color: #f9be06;
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    margin: auto;
    border-radius: 80px;
}
