

.counterBox{ background: #FFFAF7 }
.wrapper { width: 100%;position: relative; }
.counter {  padding: 20px 0; border-radius: 5px;  display: flex; justify-content: center; align-items: center;}
.count-title {font-family: 'Poppins', sans-serif;  font-size:35px; font-weight:400; color:#fff ; letter-spacing:2px; }
.count-text { color:#78829F  ; font-family: 'Poppins', sans-serif; font-size: 14px;  }
.counter img{  width: 40px ; margin-right: 20px;}

/*======================creaticeImageBox=================*/

.creaticeImageBox{ border-radius:10px; overflow: hidden; width: 96%; margin-left:2%; box-shadow:0px 1px 12px rgba(0,0,0,.4);}
.creaticeImageBox img{  width: 100% }