/*

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

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

*/

/* Widget styles */
#widgets {
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
}

#widgets .main {
	align-items: center;
	justify-content: center;
}

#widgets img {
	width: 100px;
	margin-bottom: 20px;
}

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