/*

	Title: Adverts
	Author: QBIT
	Date: 04/09/2024

	File path: ../../../../uploads/

*/

/* Advert styles */
#adverts {
	background-color: #f0f0f0;
	padding: 30px 0;
}

/* Media queries */
@media (max-width: 64em) 
{
	/* Add specific styles if needed */
}