.section-background{
	background-image: url('mobile.jpg');
}
.title{
	font-size: 1.6em;
}
.logo>img{
	width:120px;
}
.content>p{
	font-size: 1em;
	line-height: 1.6em;
}
.subtitle{
	font-size: .8em;
}
.content{
	padding: 4rem 2rem;
}
.content>ul>li{
	width: 100%;
	padding:0;
}
.content>ul>li .service>.writing>h3{
	font-size: 1.4em;
}
.content>ul>li .service>.writing>p{
	font-size: .9em;
}
.header-social{
	top: auto;
	bottom: 0px;
}
.scroll-down{
	bottom: -60px;
}
.scroll-down>.two-lines>*{
	height:60px;
}
.content>ul>li .service>.icon{
	font-size: 1.4em;
}
.brands-carousel .brand{
	width:50%;
}
.brands-carousel .brand img{
	height:36px;
}
.contact-us{
	flex-direction: column;
}
.contact-us>.photo{
	height:200px;
	width: 100%;
}
.contact-us>.info{
	padding:3rem;
}
.contact-us>.info>ul>li{
	line-height: 1.4em;
	font-size: .9em;
}
.contact-us>.info>h3{
	font-size: 1em;
}

footer .footer-logo{
	width:120px;
}
footer .columns{
	flex-direction: column;
}
footer .columns>.column{
	width: 100%;
	margin-bottom: 2rem;
}