.pqcew-counter.pqcew-style-1 {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 100%;
    text-align: center;
    height: 320px;
    width: 320px;
    align-content: center;
}
.pqcew-counter.pqcew-style-1 h3{
    font-size: 96px;
    line-height: 104px;
    color: #144443;
    font-weight: 400;
}
.pqcew-counter.pqcew-style-1 .pqcew-counter-title{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
}


@media(max-width:1023px){
    .pqcew-counter.pqcew-style-1 h3{
        font-size: 56px;
        line-height: 64px;
    }
    .pqcew-counter.pqcew-style-1 {
        height: 250px;
        width: 250px;
    }
}

@media(max-width:767px){
    .pqcew-counter.pqcew-style-1 h3{
        font-size: 48px;
        line-height: 56px;
    }
    .pqcew-counter.pqcew-style-1 {
        height: 200px;
        width: 210px;
    }
    .pqcew-counter.pqcew-style-1 .pqcew-counter-title{
        font-size: 16px;
        line-height: 24px;
    }
}
