.theme-footer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	justify-content: center;
	text-align: center;
	img {
		width: 100%;
		height: auto;
		object-fit: cover;
		display: block;
	}
	.contact-details {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	@media (max-width: 920px) {
		flex-direction: column;
	}
}
/**/
/* .theme-footer div { */
/* 	background-color: #968d95 !important; */
/* 	padding: 20px; */
/* 	font-size: 22px; */
/* 	border: 1px solid #fdfaff; */
/* } */
/* .contact-details { */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	display: grid; */
/* 	grid-template-columns: 1fr 1fr; */
/* 	text-align: center; */
/* 	align-items: center; */
/* } */
/* .contact-details div { */
/* 	border: none !important; */
/* } */
/* .contact-details span { */
/* 	font-size: 22px; */
/* } */
/**/
/* .theme-footer img { */
/* 	display: none; */
/* 	width: 300px; */
/* 	height: 300px; */
/* 	object-fit: contain; */
/* } */
