@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
KOLORY


*/
body {
	font-family: Montserrat,Helvetica,Arial,sans-serif;
	font-size: 26px;
	color: #0e191b;
	background-image: url(../images/bg.jpg);
}
strong {
	font-weight: 700;
	font-family: Montserrat,Helvetica,Arial,sans-serif;
}

#header .container {
	width: 570px;
	text-align: center;
	margin: 0 auto;
    word-break: keep-all;
    line-break: normal;
}
.swb {
	background-color: #ca4957;
	padding: 20px 30px;
	display: inline-block;
	color: #fff;
	margin: 30px 0px 30px 0px;
	font-size: 36px;
	line-height: 1em;
	width: 100%;
	box-sizing: border-box;
}
#logo {
	margin: 2rem auto;
}
.firm {
	padding: 2em 0;	
}
.service {
	font-size: 30px;
}
.firm-name {
	font-size: 95px;
1	border-bottom: 1px solid rgba(100,65,65,0.3);
	padding-bottom: 20px;
1	margin-bottom: 55px;
	font-weight: 900;
}
.owner {
	font-size: 30px;
	margin-bottom: 2rem;	
}
#adres {
	margin-bottom: 50px;
}
.img-fluid {
	width: 100%;
	max-width: 65%;
	height: auto;
}
#adres > div {
	margin-bottom: 5px;
	text-align: left;
}
.tel-label {
	display: inline-block;
	width: 155px;
	text-align: right;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #644141;
	line-height: 1em;
}
.nip-krs {
		border-top: 1px solid rgba(100,65,65,0.3);
		display: block;
		font-size: 20px;
		padding-top: 30px;
		margin-bottom: 50px;
}
@media (max-width: 600px) {
	#header .container {
		width: 100%;
		margin: 0px;
		padding: 1rem;
		box-sizing: border-box;
	}
	#adres > div {
		text-align: center;
	}
	.tel-label {
		width: auto;
	}
	.firm-name {
		font-size: 60px;
	}
}