.about {
    margin: 50px 0 70px 0;
}
.about-right img {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 3px 25px rgb(0,0,0,0.14);
}
.about-left p:nth-child(2) {
    margin: 21px 0;
}
.value {
    background: #F8F9F9;
    padding: 50px 0;
}
.core-values {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.core-values::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #18212D;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
}
.core-value-left::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: -20px;
    background-color: white;
    border: 2px solid #18212D;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
}
.core-value-left:hover.core-value-left::after, .core-value-right:hover .core-value-left::after {
    border-color: #EE4D14;
}
.value-content {
  padding:  0 20px 30px;
  position: relative;
}
.value-content ul li i {
    color: #EE4D14;
    margin-top: 3px;
    padding-right: 12px;
}
.value-content ul li {
    display: flex;
    color: #434343;
    padding-bottom: 15px;
}
.value-content.right {
    float: right;
}
.value-content h3 {
    color: #18212D;
    font-weight: bold;
    margin-top: 0;
    font-size: 18px;
}
.core-values .row:nth-child(2) {
    margin-top: 40px;
}
.core-values .row:nth-child(3) {
    margin: 40px 0;
}
@media screen and (min-width :1401px) and (max-width:2200px){
	.about {
    	margin: 59px 0 152px 0;
	}
	.about-left p {
    	font-size: 16px;
	}
	.value {
    	padding: 59px 0 147px 0;
	}
	.value-content h3 {
    	margin-bottom: 20px;
        font-size: 24px;
	}
	.value-content ul li {
    	font-size: 18px;
    	padding-bottom: 21px;
	}
    .core-values::after{
        height: 793px;
    }
}
@media screen and (max-width: 768px){
    .about-right{
        margin-top: 20px;
    }
}
@media screen and (max-width: 425px) {
	.core-values::after, .core-value-left::after{
		display: none;
	}
	.value-content.right {
	    float: left;
	}
}