.box-info {
    margin-bottom: 60px;
}

.company-name {
    font-size: 22px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.contact {
    font-size: 16px;
    min-height: 50px;
    padding-left: 60px;
}

.icon-address {
    background: url(../images/icon-address.png) no-repeat left center;
    background-size: 50px 50px;
}

.icon-phone {
    background: url(../images/icon-phone.png) no-repeat left center;
    background-size: 50px 50px;
}

.icon-email {
    background: url(../images/icon-email.png) no-repeat left center;
    background-size: 50px 50px;
}

.icon-website {
    background: url(../images/icon-website.png) no-repeat left center;
    background-size: 50px 50px;
}

@media screen and (max-width: 1200px) {
    .box-info {
        margin-bottom: 40px;
	}
    .company-name {
        font-weight: 700;
        text-align: center;
	}
    .contact {
        padding-left: 0;
        padding-top: 60px;
        text-align: center;
        background-position: top center;
	}
}

@media screen and (max-width: 992px) {
	.box-title {
		margin-bottom: 40px;
	}
	.box-info {
        margin-bottom: 10px;
	}
	.contact {
        padding-top: 0;
		text-align: left;
		padding-left: 70px;
		margin-bottom: 30px;
        background-position: left center;
	}
}

@media screen and (max-width: 767px) {
	.box-title {
        padding: 180px 0 30px;
	}
	.company-name {
		font-size: 26px;
		line-height: 1.5;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {}