<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*footer{background-color: #e5e5e5e5;}
footer .footer {
    text-align: center;
   min-width: 305px;
    margin: 0 auto;
}
footer .footer div h4 {
    font-size: 14px;
    color: #07295C;
	margin: 20px 0;
}

footer .footer &gt; div p {
    color: rgba(0, 0, 0, .7);
    line-height: 18px;
    font-size: 14px;
    width: 90%;
	margin: 0 auto;
}
footer .footer nav {
    display: none;
}
footer .footer nav a {
	display: block;
	color: rgba(0, 0, 0, .7);
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 10px;
}
*/
@media(min-width: 1120px){
    footer .footer {
        text-align: left;
        padding: 130px 40px 70px 40px;
    }
    footer .footer &gt; div {
		width: 350px;
		display: inline-block;
	}
	footer .footer &gt; div p{width: initial;}
    footer .footer .footer-nav {
	    display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
		width: calc(100% - 400px);  
    }
    footer .footer nav {
    display: block;
    }
}</pre></body></html>