.counter-style-1 .counter-box{
  text-align: center;
}
.counter-style-1 .counter-box .icon {
    margin-bottom: 30px;
    line-height: 1;
}

.counter-style-1 .counter-box .icon i {
    font-size: 70px;
    color: #bead8e;
}
.counter-style-1 .counter-box h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.counter-style-1 .counter-box h4 .plus-icon {
    font-size: 16px;
}
.counter-box .title {
    color: #999999;
}
.counter-dark-layout .counter-box h4{
  color:#fff;
}
.counter-text-left .counter-box {
    text-align: left;
}
.counter-text-right .counter-box {
    text-align: right;
}
.counter-text-center .counter-box {
    text-align: center;
}
/* counter style 2 */
.counter-style-2 .counter-box.counter-box-two {
    background-color: #fff;
    padding: 30px 40px 30px 120px;
    position: relative;
    margin-bottom: 30px;
}
.counter-style-2 .counter-box.counter-box-two .icon {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 60px;
    color: #bead8e;
    margin: 0;
    line-height: 1;
}
.counter-style-2 .counter-box.counter-box-two h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: "Old Standard TT", serif;
}
.counter-style-2 .counter-box.counter-box-two .icon img {
    width: 60px;
}
.counter-style-2.counter-dark-layout .counter-box {
    background-color: #111;
}
.counter-style-2.counter-dark-layout .counter-box h4{
  color:#fff;
}

@media (max-width: 575px) {
.counter-style-2 .counter-box.counter-box-two h4,
.counter-style-1 .counter-box h4 {
    font-size: 38px;
}
}
