<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.26.1.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#header_blocks{
  display:flex;
	padding:10px;
}
#header_blocks &gt; div:nth-child(1){
  width:100%;
}
#header_blocks &gt; div:nth-child(2){
  width:300px;
}
#header_blocks &gt; div:nth-child(3){
  width:40px;
}


@media (max-width: 980px) {
	#header_blocks{
		flex-wrap:nowrap;
		margin-bottom:0px !IMPORTANT;
	}
	#header_blocks &gt; div:nth-child(1), #header_blocks &gt; div:nth-child(1) img{
	  width:120px !important;
		margin-bottom:0px;
		max-width:none;
	}
	#header_blocks &gt; div:nth-child(2){
	  width:100% !important;
		margin-bottom:0px;
		margin-top:5px;
	}
	#header_blocks &gt; div:nth-child(2) h3{
		font-size:16px;
	}
	#header_blocks &gt; div:nth-child(2) p{
		font-size:12px;
	}
	#header_blocks &gt; div:nth-child(3){
	  width:80px !important;
		margin-bottom:0px;
	}
}</pre></body></html>