/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 27 2024 | 10:55:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* blockquote {
	font-style: italic;
	margin: 1em 1em 1em 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	position: relative;
	width: 100%;
	color: #383838;
	background:#ececec;
} */
blockquote {
    padding: 20px; /* Adjust the value to your preference */
    margin: 20px;  /* Adjust the value to your preference */
    background-color: #f4f4f4; /* Optional: Change background color if needed */
    border-left: 5px solid #ccc; /* Optional: Change border styling */
    font-style: italic; /* Optional: To emphasize the quote */
}
