body.widget-snippet .meter-frontlift-bins-area{
        margin: 30px;
    }
.widget-snippet .meter-frontlift-bins-area {
      margin: 0 auto;
      position:relative;
      width:100%;
    }
.widget-snippet .frontlift-bins-area h5 {
    font-size: 25px;
    color: #ff0000;
    line-height: 33px;
    font-family: 'Gilroy';
    font-weight: 500;
    padding: 20px 10px;
}

.widget-snippet .frontlift-bins-details h3{
	margin: 0;
	font-size: 25px;
	color: #000;
	line-height: 50px;
	font-family: 'Gilroy';
	font-weight:bold;
	}

.widget-snippet .frontlift-bins-details p{
	margin: 0;
	font-size: 20px;
	text-align: justify;
	color: #000;
	line-height: 30px;
	font-family: 'Gilroy';
	font-weight:normal;
	}
.widget-snippet  .three-meter-frontlift-pic {
    overflow: hidden;
}
.widget-snippet .frontlift-bins-area img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .frontlift-bins-area img:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.03);
}
