/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 10:46:52 */
.related-pages-list{
	width: 80%;
	margin: 4% 0%;
	justify-self: center;
	background-color: #fff;
}
.related-pages-list ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 14px 20px;
}
.related-pages-list ul li{
	line-height: 1.2em;
}
.related-pages-list ul li a{
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	display: block;
    width: 100%;
}

/* Responsive */
/* Mobile */
@media (min-width: 300px) and (max-width: 768px){
	.related-pages-list{
		width: 90%;
	}
	.related-pages-list ul{
		grid-template-columns: 1fr 1fr;
	}
}

/* Tab 
@media (min-width: 768px) and (max-width: 1024px){
	
}*/