.company-custom {
  font-family: "fot-tsukuardgothic-std", sans-serif;
	color: #484848;
}
.company-custom h1{
	text-align: center;
	font-size: 35px;
	margin: 60px auto;
}
.company-custom p{
	font-size: 18px;
    line-height: 1.4;
    margin: 0 0 25px 0;
    font-weight: 400;
}
.company-custom h4{
	font-size: 22px;
	margin: 0 0 25px;
}
.company-custom p strong{
	display: inline-block;
	width: 30%;
	position: absolute;
	top:  0;
	left: 0;
}
.company-custom .company-info p{
	position: relative;
	padding-left: 35%;
}
.company-custom img{
	width: 100%;
}
.page-content .container.company-container {
	padding: 0 25px;
}
#footer .company-footer {
	padding: 0;
}
@media(max-width:  600px){
	.company-custom .container {
	    padding: 15px 25px;
	}
	.company-custom p{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.company-custom h4{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.company-custom h1{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.company-custom .company-info p{
		font-size: 12px;
	}
}