.content {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.bgImg {
	background-image: url("./imgs/bgImg.png");
	background-repeat: no-repeat;
	height: 740px;
	background-size: cover;
	background-position: center;
}
.textBlockCenter {
	text-align: center;
}
.textBlockCenter h5 {
	font-size: 18px;
	letter-spacing: 0.7px;
	margin: 0;
	cursor: default;
}
.textBlockCenter h2 {
	cursor: default;
	font-size: 20px;
	letter-spacing: 0.7px;
	margin-top: 75px;
}
.textBlockInfo {
	display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 150px;
}
.textBlockInfo h5 {
	font-size: 18px;
	letter-spacing: 0.7px;
	cursor: default;
	margin: auto;
	padding: 5px;
}
.textBlockInfo p {
	font-size: 18px;
	letter-spacing: 0.7px;
	margin: 0;
	cursor: default;
}
.textBlockInfo a {
	font-size: 20px;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.7px;
	color: black;
}
.textBlockInfo a:hover {
	color: blue;
	font-weight: bold;
}
@media screen and (max-width: 670px) {
	.headerBlocks {
	  	width: 100%;
  	}
  .textBlockCenter h2 {
  	margin-top: 68px;
  }
}
@media screen and (max-width: 525px) {
	.footer {
	    height: 240px;
	}
	.Text {
		text-align: center;
		padding-top: 10px;
	}
	.blockTextIcon {
		flex-flow: wrap;
		justify-content: normal;
		width: 70%;
		align-items: center;
	}
	.blockTextIcon p {
		margin: auto;
	}
	.blockRight {
		flex-flow: column;
		margin: auto;
	}
	.blockTextIcon a {
		margin-left: 0;
	}
}
@media screen and (max-width: 525px) {
	.blockRental {
		margin-right: 15px;
	}
}
@media only screen and (max-width: 440px) {
	.iconLink p {
    font-size: 10px;
  }
  .textBlockInfo h5 {
  		font-size: 17px;
  }
  .textBlockInfo a {
  		font-size: 17px;
  }
}
@media only screen and (max-width: 375px) {
	.textBlockInfo a {
		font-size: 15px;
	}
	.textBlockCenter h2 {
	    font-size: 18px;
	}
	.textBlockInfo h5 {
	    font-size: 15px;
	}
	.textBlockCenter h5 {
	    font-size: 15px;
	}
}