
@media screen and (max-width: 580px){
.header-phone, .header-mail{
	width: 50%;
	text-align: center;
	padding: 0;
}
.header-social-wrapper{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.title-text{
	font-size: 44px;
}
.title-pre-text{
	font-size: 16px;
}
.section-1 .content{
	min-height: 0;
	padding: 40px 0;
}
.home-bg{
	min-height: 0;
}
.section-3 .left-col {
    min-height: 290px;
}
.right-col-title {
    font-size: 36px;
    line-height: 60px;
}
.right-col-pre-title {
    padding: 10px 0 15px 0;
    font-size: 18px;
}
.section-4 .section-title{
    font-size: 36px;
    line-height: 60px;
}
.section-4 .section-pre-title{
    padding: 10px 0 15px 0;
    font-size: 18px;
}
.right-col-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.section-3 .button,
.section-4 .button {
	font-size: 12px;
    padding: 10px 27px;
}

}