/* Add here all your CSS customizations */

.counter {
    background: #016d36;
    color: white;
    height: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.counter .number{
    font-size: 37px;
    font-weight: 700;
}
.counter .text{
    font-size: 14px;
}
.padding-counter{
    padding: 10px 0px 10px 0px;
}
.img-border-radius{
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
}


@media (min-width:768px){
    .counter {
        height: 70px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .counter .number{
        font-size: 26px;
        font-weight: 600;
    }
    .counter .text{
        font-size: 14px;
    }
    .col-md-3{
     width: 25%;    
    }
}

@media (min-width:480px)  {
    .counter {
        height: 70px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .counter .number{
        font-size: 18px;
        font-weight: 600;
    }
    .counter .text{
        font-size: 12px;
    }
    .col-md-3{
     width: 25%;    
    }
}
@media (min-width:320px)  { 
   .padding-counter{
        padding: 3px 0px 0px 0px;
    } 
    .counter {
        height: 70px;
    }
     .counter .number{
        font-size: 18px;
        font-weight: 600;
    }
    .counter .text{
        font-size: 10px;
    }
    .col-md-3{
     width: 25%;    
    }
}
@media (min-width:320px)  { 
    .counter {
        height: 70px;
    }
     .counter .number{
        font-size: 18px;
        font-weight: 600;
    }
    .counter .text{
        font-size: 10px;
    }
    .col-md-3{
     width: 25%;    
    }
}

@media (min-width:600px)  {
    .counter {
        height: 70px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
     .counter .number{
        font-size: 26px;
        font-weight: 600;
    }
    .counter .text{
        font-size: 12px;
    }
    .col-md-3{
     width: 25%;    
    }
}