	.about_class {
				padding-right: 15px;
				padding-left: 15px;
				margin-right: auto;
				margin-left: auto;
			}
			
			@media (min-width: 768px) {
				.about_class {
					width: 750px;
				}
			}
			
			@media (min-width: 992px) {
				.about_class {
					width: 970px;
				}
			}
			
			@media (min-width: 1200px) {
				.about_class {
					width: 1170px;
				}
			}
			
			.page-nav {
				text-align: center;
				line-height: 28px;
				padding: 20px 0px;
			}
			
			.page-nav a,
			.page-nav span {
				display: inline-block;
				height: 28px;
				font-size: 14px;
				color: rgb(89, 89, 89);
				vertical-align: top;
				border-width: 1px;
				border-style: solid;
				border-color: rgb(157, 157, 157);
				border-image: initial;
				padding: 0px 10px;
				margin: 0px 1px;
			}
			
			.page-nav .current {
				color: rgb(255, 255, 255);
				height: 28px;
				line-height: 28px;
				background: #09A0E0;
				text-decoration: none;
				border-width: 1px;
				border-style: solid;
				border-color: #09A0E0;
				border-image: initial;
			}
				
			.about_image {
				width: 460px;
				height: 330px;
			}
			
			.about_details_h {
				font-size: 20px;
			}
			
			.about_details_p {
				font-size: 18px;
				color: #333;
				line-height: 1.6;
				margin-bottom: 20px;
			}
			
			.about_details_right {
				margin-left: 30px;
				margin-top: 10px
			}

	.about_details_right {
				display: flex;
				width: 100%;
				justify-content: space-around
			}
			
			.title_1 {
				font-size: 20px;
				/*font-weight: 400;*/
				padding-left: 20px;
			}
			
			.title_2 {
				font-size: 22px;
				font-weight: bold;
				padding-left: 20px;
			}
			
			.title_3 {
				font-size: 18px;
				font-weight: 500;
				padding-left: 20px;
				color: #0D4578;
			}
			
			.title_line {
				width: 56px;
				height: 5px;
				background: red;
				/*margin-left:20px;*/
				margin: 10px 0 10px 20px;
			}
			
			.about_images {
				display: flex;
				align-items: center;
				justify-content: center;
				line-height: 500px;
				background: #5C6C9D;
				height: 500px;
				margin: 50px 0;
				overflow: hidden;
			}
			
			.about-img {
				width: 14.28%;
				min-width: 14.28%;
				max-width: 14.28%;
				margin: 0 20px
			}