.foot {
	height: 100%;
	width: 100%;
	display: block;
}

.container_4 {
	width: 100%;
	height: 100%;
	display: block;
	background-color: aliceblue;
	padding-bottom: 20px;
}

.title_3 {
	height: 30%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0 20px 0;
}

.title_3 h2 {
	font-family: Arial;
	color: #000;
}

.img_1 {
	height: 70%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img_1 a {
	margin: 20px;
}

.container_5 {
	width: 100%;
	height: 100%;
	display: flex;
	background-color: aliceblue;
}

.block_1 {
	height: 100%;
	width: 33.33%;
	display: flex;
}

.b_sub_1 {
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 20px;
}

.b_sub_1 .image {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.b_sub_1 .text {
	display: block;
	font-family: Arial;
	color: #000;
}

.b_sub_1 .text h3, h4 {
	display: flex;
	justify-content: center;
}

.b_sub_2 {
	width: 100%;
	height: 100%;
	display: block;
}

.b_sub_2 .image {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

.b_sub_2 .text {
	display: block;
	font-family: Arial;
	color: #000;
}

.b_sub_2 .text h3, h4 {
	display: flex;
	justify-content: center;
}

.block_2 {
	height: 100%;
	width: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block_2 ul {
	list-style: none;
}

.block_2 ul li {
	margin: 5px;
	font-family: Arial;
}

.block_2 ul li a {
	color: #000;
	text-decoration: none;
}

.block_2 ul li a:hover {
	border-bottom: 2px solid;
}

.block_3 {
	height: 100%;
	width: 33.33%;
}