body {
	background: var(--white)
}
.about-content h2 {
	margin-bottom: 25px
}
.about-content p {
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
}
.about-list {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.about-list li {
	padding-left: 30px;
	border-left: 1px solid var(--border)
}
.about-list li:first-child {
	border-left: 0px;
	padding-left: 0px
}
.about-list li h3 {
	margin-bottom: 5px
}
.about-list li h6 {
	font-weight: 400;
	color: var(--text);
	text-transform: capitalize
}
.about-img {
	margin-left: 10px;
	max-width: 311px;
}
.about-img img {
	width: 311px;
	height: 410px;
}
.about-testimonial {
	background: url(../images/testimonial-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0px 70px
}
.testi-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px
}
.testi-img {
	margin-right: 80px;
	border-radius: 50%;
	box-shadow: var(--primary-bshadow)
}
.testi-img img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 10px solid var(--white)
}
.testi-quote {
	width: 600px
}
.testi-quote i {
	font-size: 50px;
	color: var(--primary);
	display: inline-block;
	margin-bottom: 30px
}
.testi-quote p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 30px
}
.testi-quote h4 {
	text-transform: capitalize;
	margin-bottom: 5px
}
.testi-quote h6 {
	font-weight: 400;
	color: var(--text)
}
.about-choose {
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.about-choose .container {
	background: #fcfdfd;
	border: 1px solid #dedede;
	padding: 30px 30px 50px !important;
}
.choose-card {
	margin: 25px 15px
}
.about-brand {
	background: var(--green-chalk);
	padding: 90px 0px 100px
}
.brand-slider li {
	margin: 0px 10px;
	padding: 20px 0px;
	border-radius: 8px;
	background: var(--white)
}
.brand-slider li img {
	width: 100%
}
.team-slider {
	display: block;
	float: left;
	width: 100%;
}
.team-slider li {
	margin: 0px 12px;
	/*width: 25%;*/

	float: left;
	width: calc(33.333333% - 24px);
	margin-bottom: 24px;
}
.team-slider .dandik, .team-slider .bamdik {
	top: 40%
}

.align-items-center .col-lg-6 {
	max-width: 321px;
}
.align-items-center .col-lg-6s {
	background: #fcfdfd;
	border: 1px solid #dedede;
	padding: 50px 45px;
	width: 536px;
	max-width: initial;
}
.about-choose .container .col-lg-6{    
	width: 230px;
    border: 1px solid #eee;
    margin: 30px 17px 0px;
}
.about-choose .container .col-lg-6 .choose-icon i{
	margin-right: 0px;
}
.choose-card{
	display: inherit;
}
.choose-card .choose-icon{
	width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.choose-card .choose-text{
	text-align: center;
}
.choose-card .choose-text p{
	font-size: 14px;
}