.c_about{
	background: rgb(227,232,239);
	background: linear-gradient(0deg, rgba(227,232,239,1) 0%, rgba(235,240,246,1) 5%, rgba(235,240,246,1) 53%, rgba(235,240,246,1) 95%, rgba(227,232,239,1) 100%);
	padding-bottom: 70px;
	position: relative;
}
	.c_about__container{
		padding-top: 60px;
		position: relative;
	}
		.c_about__about {
			display: flex;
			background: #fff;
			border-radius: 8px;
			overflow: hidden
		}
		.c_about__about>*{
			flex: 1
		}
		.c_about__about-content {
			padding: 50px 36px 30px 45px;
			color: #33475b;
			line-height: 28px;
			text-align: justify;
			font-size: 17px;
		}
		.c_about__about-content p{
			margin-bottom: 20px;
		}
		.c_about__about-content h1{
			font-size: 44px;
			color: #fff;
			background: #ff7957;
			border-radius: 4px;
			padding: 0 10px;
			font-weight: bold;
			display: inline-block;
			line-height: 1;
			margin-bottom: 25px;
		}
		.c_about__about-content h2,
		.c_about__about-content h3{
			font-size: 22px;
			color:#33475b;
			margin-bottom: 23px;
		}
		.c_about__about-content *:last-child{
			margin: 0
		}
		.c_about__about-image img{
			height: 100%;
			width: 100%;
			object-fit: cover
		}
		
.c_about__pages{
	padding-top: 80px
}
	.c_about__pages .section-title__head{
		border-top: none;
		padding-top: 0;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		justify-content: center;
		padding-bottom: 0;
		border: none;
	}
	.c_about__pages-list{
		display: flex;
		justify-content: center;
		text-align: center
	}
		.c_about__pages-item{
			border-radius: 8px;
			display: block;
			background: #ffffff;
			width: calc(16.6666% - 20px);
			padding: 24px 15px;
			color: #33475b;
			transition: all 0.3s;
			margin: 0 15px;
			margin-bottom: 30px;
		}
			.c_about__pages-item img{
				height: 60px;
				margin-bottom: 16px;
				display: inline-block;
			}
		.c_about__pages-item .title{
			font-size:  20px;
			font-weight: bold;
			color:#33475b
		}
		.c_about__pages-item:hover{
			background:#f9eae5
		}
		
@media (max-width: 767.98px) {
	.c_about{
		padding-bottom: 30px
	}
	.c_about__pages-list{
		flex-wrap: wrap
	}
	.c_about__pages-item{
		width: calc(50% - 20px);
		padding: 12px;
		margin: 0 10px;
		margin-bottom: 20px;
	}
	.c_about__pages-item img {
		height: 40px;
		margin-bottom: 10px;
	}
	.c_about__pages-item .title {
		font-size: 14px;
		line-height: 1.2;
		width: 110%
	}	
	.c_about__pages {
		padding-top: 36px;
	}	
	.c_about__pages .section-title__head{
		padding-bottom: 0;
	}
	.c_about__about{
		flex-wrap: wrap;
	}
		.c_about__about-content{
			width: 100%;
			order: 1;
			padding: 25px 15px;
		}
		.c_about__about-image{
			order: 2;
			width: 100%;
			flex: auto;
		}
	.c_about__about-content h1 {
		font-size: 32px;
	}
}		
				