.productBlog li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
    margin-left: 2%;
    padding: 32px 10px !important;
    box-shadow: 0 8px 20px 0 rgba(127, 127, 127, 0.5);
    min-height: 320px;
    margin-bottom: 23px !important;
}
.itemFullText div .productBlog ul li .moduleItemTitle {
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: var(--black);
    padding: 7px 0px 13px;
}
div .productBlog ul li a:hover {
	text-decoration:none !important;
}
.productBlog h5 {
    min-height: 75px;
}

.moduleItemImage img {
    width: 52px;
    height: 52px;
}
h5.fRegular {
    font-weight: 400;
}
a.moduleItemReadMore.text-center.bold {
    border-bottom: solid 2px var(--turquoise);
    display: -webkit-inline-box;
    line-height: initial;
    margin-top: 26px;
}


@media only screen and (max-width: 1300px) { 

	.productBlog li {
		min-height: 345px;
	}
}
@media only screen and (max-width: 1300px) { 

	.productBlog li {
		min-height: 365px;
	}
}
@media only screen and (max-width: 980px) { 

	.productBlog li {
		min-height: 345px !important;
	}
	.productBlog {
    	text-align: center;
	}
}

@media only screen and (max-width: 767px) { 

	.productBlog li {
		    width: 45%;
	}
	
}
@media only screen and (max-width: 540px) { 

	.productBlog li {
		    width: 95%;
	}
	
}























