	.container-content-info{
		display: table-cell;
	}
		
		.container-content-info > h1{
			width: 700px;
			color: #1e1e1e;
			text-align: center;
			text-transform: uppercase;
			font-family: "RobotoLight";
			font-size: 35px;
			padding-bottom: 49px;
			margin-left: 17px;
		}
		
			.container-content-info > p{
				width: 700px;
				color: #1e1e1e;
				font-family: "RobotoLight";
				font-size: 15px;
				margin: 0 0 30px 19px;	
			}
			
				.container-content-info > p:last-child{
					margin-bottom: 50px;
				}
		
	.the-info{
		width: 100%;
	}
	
		.the-info .one-info:nth-child(2n-1){
			background-color: transparent;
			background-image: url(../images/information/yellow-line.png);
			background-repeat: repeat-x;
			background-position: bottom;
			background-size: auto auto; 
		}
		
		.the-info .one-info:nth-child(2n){
			background-color: transparent;
			background-image: url(../images/information/green-line.png);
			background-repeat: repeat-x;
			background-position: bottom;
			background-size: auto auto; 
		}
		
		.one-info{
			width: 700px;
			float: left;
			margin: 31px 0 26px 19px;
		}
		
		.the-info .one-info:last-child{
			padding-bottom: 60px;
		}
		
			.one-info img{
				float: left;
				width: 240px;
				margin-right: 41px;
				margin-bottom: 15px;
			}
			
			.one-info div{
				display: table-cell;
				position: relative;
				top: -7px;
				padding-bottom: 15px;
			}
			
				.one-info h3{
					color: #1e1e1e;
					font-family: "RobotoBold";
					font-size: 24px;
					line-height: 30px;
					margin-bottom: 13px;
				}
				
				.one-info p{
					color: #1e1e1e;
					font-family: "RobotoLight";
					font-size: 15px;
					line-height: 20px;
					margin-bottom: 14px;
				}
				
				.one-info a{
					color: #1875d1;
					font-family: "RobotoLight";
					font-size: 15px;
				}
				
					.one-info a:hover{
						opacity: 0.7;
					}
				
	.navigation{
		display: block;
		width: 700px;
		text-align: center;
		padding: 0 0 25px 0;
		border-bottom: 1px solid #dadada;
		margin: 0 0 30px 19px;
	}
	
		.navigation ul{
			list-style: none;
		}
		
			.navigation li{
				display: inline-block;
				width: 25px;
				padding: 5px;
				margin: 0 5px;
			}
			
				.navigation a{
					color: #00786a;
					text-decoration: none;
					font-size: 20px;
					padding: 2px 10px;
				}
				
					.navigation li.active a, .navigation li:hover a{
						color: #fff;
						background-color: #00786a;	
					}