.health-cat-section img {
    margin-bottom: 30px;
}

.health-cat-section p {
    height: 130px;
    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.health-cat-section .pure-blue-btn {
    margin-bottom: 60px;
}

.health-cat-section h4 {
    height: 56px;
    margin-bottom: 10px;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #14328c;
}

/* ------ Media Queries ------ */

@media (max-width: 767px) {
    .health-cat-section {
        text-align: center;
    }
    .health-cat-section p {
        height: auto;
        margin-bottom: 25px;
    }
	.health-cat-section h4, .health-cat-section p {
		height: auto;
		-webkit-line-clamp: unset;
	}
}

@media (max-width: 425px) {
    .site-main .entry-header .entry-title, .woocommerce-result-count {
        text-align: center;
        float: none !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}