@media only screen and (max-width: 991px) {
    .cd-gallery li a span {
        font-size: 16px;
    }

    .cd-gallery li {
        width: 46%;
    }

        .cd-gallery li .imgWrap {
            height: auto;
        }

    .cd-gallery .fullWidth {
        width: 100%;
    }
}

.infusePerformance{

}
.counter {
    display: flex;
    position: relative;
    justify-content: space-between;
    text-align: center;
}


.counter .box {
    width: 180px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .counter .box .circle {
        position: relative;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        cursor: default;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .counter .box.count78 {
        margin-right: 20px;
    }
.box .circle .countNumber,
.box .circle .countNumber span {
    position: absolute;
    top: 50%;
    left: 50%;
}

.box .circle .countNumber {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: 1s;
}


.circle .countNumber span {
    font: 700 60px/68px "Barlow Condensed",sans-serif;
    transform: translate(-45%, -45%);
    transition:  1s;
}
.coloumFour .counter {
    margin-top: 50px;
}
.big canvas{
    margin: -15px;
}


@media(max-width: 991px) {
    .counter {
        max-width: 100%;
        display: block;
        text-align: left;
    }
    .counter:after{
        position: absolute;
        content: "";
        right: -6px;        
        width: 62px;
        top: 0;
        height: 100%;
      }
    .counter .box {
        width: 100%;
        margin: 0;
        text-align: center;
	margin-bottom: 60px;
    }

       .counter .box .circle{
	margin-bottom: 30px;
	   }

}

@media(max-width: 767px) {

    .counter .box {        
        width: 100%;
    }
}
