/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2024 | 08:47:44 */
p a {
	font-weight: 700; 
	color: #b38404;
	text-decoration: underline;
}
.footer-widgets p a {
	font-weight: 400;
}
.usps {
	display: flex; 
	justify-content: space-between;
	list-style-type: none; 
	padding: 0px;
}
.g {
    max-width: 1300px;
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
p a.g{
    max-width: 1300px;
    width: 80% !important;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
@media only screen and (max-width: 768px) {
	.usps {
		display: block; 
	}
}

