<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Bauen Child
Theme URL: https://themeforest.net/item/bauen-architecture-interior-wordpress-theme/34326026?ref=webRedox
Description: Child theme of Bauen
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: bauen
Version: 1.0
Text Domain: bauen-child
*/ 
/*******Add Your Css Below This Line*********/

.main-footer .sub-footer2 .row &gt; .col-md-4 {
	-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
	padding: 0;
}

.main-footer .row &gt; .col-md-4 &gt; .fotcont &gt; .fothead,
.main-footer .row &gt; .col-md-4 &gt; .fotcont &gt; p {
	display:none;
}
.main-footer .row &gt; .col-md-4 &gt; .fotcont {
	display:flex;
	flex-wrap: wrap;
}
@media (max-width:767px) {
	.main-footer .sub-footer2 .row  .col-md-4 {
		-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
	}
}</pre></body></html>