.banner-logo{
	display: block;
    max-width: 55%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.store{
	max-width: 40%;
	padding-bottom: 1.2rem;
}

.products-thumb{
	text-align: center;
}

.products-thumb img{
	width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.products-info {
    position: relative;
}

/*heading*/
.products-heading{
	text-align: center;
}

.h2-style{
	color: white;
}

.h3-atyle{
	color: black;
}

.white-bg{
	background: white;
}

.height-for-clients{
	height: 75px;
}