#about h2{
	font-weight: bold;
	font-size: 30px;
	line-height: 43px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 40px;
}
.container h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
}
.date-motorherz {
	background: #F7FAFF;
	padding: 45px 0;
	position: relative;
}
.date-motorherz:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 7.5px);
	width: 100%;
	height: 17px;
	background: #F8DB48;
	z-index: 1;
}
.date-motorherz .container {
	position: relative;
	z-index: 2;
}
.date-motorherz p {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	max-width: 255px;
}
.date-motorherz .line {
	width: 1px;
	height: 68px;
	background: #F8DB48;
	display: block;
}
.date-motorherz .date {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
}
.date-motorherz__top {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.date-motorherz__top .line {
	margin: 12px 0 14px 0;
}
.date-motorherz__down {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: -32px;
}
.date-motorherz__down .date-motorherz__item {
	display: flex;
	flex-direction: column-reverse;
}
.date-motorherz__top .date-motorherz__item:nth-child(1) p {
	max-width: 208px;
}
.date-motorherz__top .date-motorherz__item:nth-child(2) {
	margin-left: 128px;
}
.date-motorherz__top .date-motorherz__item:nth-child(2) p {
	max-width: 230px;
}
.date-motorherz__top .date-motorherz__item:nth-child(3) {
	margin-left: 115px;
}
.date-motorherz__top .date-motorherz__item:nth-child(3) p {
	max-width: 255px;
}
.date-motorherz__down .date-motorherz__item:nth-child(1) {
	margin-left: 160px;
}
.date-motorherz__down .date-motorherz__item:nth-child(1) p {
	max-width: 208px;
}
.date-motorherz__down .date-motorherz__item:nth-child(2) {
	margin-left: 138px;
}
.date-motorherz__down .date-motorherz__item:nth-child(2) p {
	max-width: 225px;
}
.date-motorherz__down .date-motorherz__item:nth-child(3) {
	margin-left: 125px;
}
.date-motorherz__down .date-motorherz__item:nth-child(3) p {
	max-width: 208px;
}
.date-motorherz__down .line {
	margin: 31px 0 12px 0;
}
.work-us {
	margin-top: 60px;
}
.work-us h3 {
	margin-bottom: 58px;
}
.work-us ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	align-items: flex-start;
	justify-content: flex-start;
}
.work-us span {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F8DB48;
	margin-bottom: 15px;
	border-radius: 50%;
}
.work-us h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	margin-bottom: 7px;
}
.work-us p {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.letters {
	margin-top: 70px;
	margin-bottom: 228px;
}
.letters .container {
	display: grid;
	grid-template-columns: 1fr 307px;
	grid-gap: 30px 100px;
}
.letters__text h3 {
	margin-bottom: 20px;
}
.letters__text p {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	margin-bottom: 12px;
}
.letters__img ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 27px;
	margin-top: 28px;
}
.letters__img li{
	width: 140px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.letters__img li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container__head {
    display: grid;
    grid-template-columns: auto 32px 32px;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 0;
}
.container__head .arrow-prev {
    width: 32px;
    height: 32px;
    border: none;
    background: url(../image/icon/left-arrow.png) !important;
    position: relative;
    left: 0;
}
.container__head .arrow-next {
    width: 32px;
    height: 32px;
    border: none;
    background: url(../image/icon/right-arrow.png) !important;
    position: relative;
    right: 0;
}
@media (max-width: 991px){
	.date-motorherz {
		padding: 0;
		background: #fff;
		overflow: auto;
	}
	.date-motorherz .container {
		max-width: none;
		width: 1280px;
		background: #F7FAFF;
   		padding: 45px 100px;
   		position: relative;
   		left: 0;
   		transition: 200ms linear;
	}
	.date-motorherz:after {
		display: none;
	}
	.date-motorherz__top,
	.date-motorherz__down {
		position: relative;
		z-index: 3;
	}
	.date-motorherz .container:after {
	    content: '';
	    position: absolute;
	    left: 0;
	    top: calc(50% - 7.5px);
	    width: 100%;
	    height: 17px;
	    background: #F8DB48;
	    z-index: 1;
	}
	#about {
		padding: 0 40px;
	}
	.work-us {
		padding: 0 40px;
	}
	.work-us ul {
		grid-template-columns: 1fr 1fr;
	}
	.letters {
		padding: 0 40px;
		margin-bottom: 0;
	}
	.container {
		padding: 0;
	}
	.letters .container {
		grid-template-columns: 1fr;
		grid-gap: 75px;
		
	}
	.letters__img ul {
		grid-template-columns: 140px 140px 140px 140px;
		grid-gap: 30px;
	}
	.question {
		margin-top: 244px;
	}
}
@media (max-width: 767px){
	#about {
	    padding: 0;
	}
	.container__head {
		padding: 0 20px;
		margin: 26px 0;
	}
	#about h2 {
		font-size: 20px;
		line-height: 32px;
		margin: 26px 0;
		padding: 0 20px;
	}
	.work-us,
	.letters {
	    padding: 0 20px;
	}
	.work-us ul {
	    grid-template-columns: 1fr;
	}
	.letters__img ul {
		grid-template-columns: 130px 130px;
		grid-gap: 20px;
	}
	.question {
		margin-top: 172px;
	}
	.letters .container {
		grid-gap: 55px;
	}
	.letters__img li {
		max-width: 140px;
		width: 100%;
	}
}