#counterDrinkableWater {
    height: 0;
    position: relative;
    padding-bottom: calc(100% - 12px);
    border-radius: 50%;
    border: 6px solid #fff;
}
.col > #counterDrinkableWater {
    width: 66.67%;
    margin: 0 auto;
    padding-bottom: calc(66.67% - 12px);
}
#counterDrinkableWater .wrap {
    position: absolute;
    top: 12.5%;
    left: 12.5%;
    height: 75%;
    width: 75%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
#counterDrinkableWater .wrap > * {
    color: inherit;
    margin: 0;
    width: 100%;
}
#counterDrinkableWater .wrap .iconWrap {
    height: 25%;
}
#counterDrinkableWater .wrap .iconWrap .icon {
    line-height: 1;
}
#counterDrinkableWater .wrap .text {
    height: 40%;
}
#counterDrinkableWater .wrap .num {
    height: 35%;
}
