/**
    selector is .bermad_number_block
*/

.bermad-number-block ul{display:grid;grid-gap:3.125vw;padding:0;grid-template-columns:1fr 1fr 1fr 1fr 1fr;margin-top:2.083vw;}
.bermad-number-block ul li{list-style:none;}
.bermad-number-block ul li span{background:linear-gradient(180deg, #0AF5FA 0%, #0068AE 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:var(--wp--preset--font-size--x-large);font-weight:var(--font-weight800);transition:color 0.3s ease;}
.bermad-number-block ul li label{font-size:var(--wp--preset--font-size--large-20);color:var(--secondary-color);margin-top:var(--margintop10);}
.bermad-number-block ul li span:after{content:"";}

@media (max-width:768px){
    .bermad-number-block ul{grid-template-columns:1fr 1fr;    margin-top: 7.292vw;grid-gap:10.417vw 7.292vw}
    .bermad-number-block{padding: 6.25vw !important;}
    .bermad-number-block ul li label{margin-top: 2.25vw;}
}