/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 29 2022 | 10:53:51 */
.catalog-main .w-grid-item-h{
	height: 100%;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	transition: box-shadow .33s;
	cursor: pointer;
}

.catalog-main .w-grid-item-h .w-post-elm.post_title{
	margin-bottom: auto;
	color: #002958;
	transition: color .33s;
	max-width: 190px;
	padding: 20px 30px 0;
	box-sizing: content-box;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;

}

.catalog-main .w-grid-item-h .catalog-main-img{
	height: auto;
	max-width: 100%;
	width: 120px;
	position: relative;
	right: 0;
	left: 0;
}

.catalog-main .w-grid-item-h .w-post-elm-value{
	  width: 100%;
  text-align: center;
}
.catalog-main .w-grid-item-h .w-vwrapper{
	padding: 20px 0;
}

.top-contact-title{
	  color: #002958;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}


.top-contact-desc{
	color: #627c9b;
font-size: 14px;
line-height: 17px;
}