﻿
.level {
  margin: 30px 0 0 0;
  text-align:center;
}

.level-item
{
	display:inline-block;
	width:255px;
	position:relative;
	margin:20px 10px;
}
.level-item .icon
{
    margin: auto;
    height:72px;
    width: 72px;
}


.level-item .icon img
{
    margin: auto;
    height: 72px;
    width: 72px;
    object-fit: contain;
}


.heading
{
	font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    margin:0;
    text-align:center;
    padding: 10px 15px;
    height: 90px;
    overflow: hidden;
}

.title-counter {
    color:  #fff;
    font-size: 40px;
    padding:10px 0 0px 0;
    text-align: center;
    font-weight: 700;
    margin:0;    
}