body {
  background: var(--white);
}
.about-content h2 {
  margin-bottom: 25px;
}
.about-content p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
  }
.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: 3rem;
  margin-right: 20%;
}
.about-img img {
  width: 100%;
  border-radius: 8px;
}
.about-testimonial {
  background: url(../../images/testimonial-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px 50px;
  margin-bottom: 0px !important;
}
.testi-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0px;
}
.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: 5px;
}
.testi-quote p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 300;
  }
.testi-quote h4 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.testi-quote h6 {
  font-weight: 400;
  color: var(--text);
}
.about-choose {
  margin-bottom: 75px;
}
.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 li {
  margin: 0px 12px;
}
.team-slider .dandik,
.team-slider .bamdik {
  top: 40%;
}
@media (max-width: 575px) {
  .about-list li {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .testi-content {
    flex-direction: column;
  }
  .testi-img {
    margin-right: 0px;
  }
  .testi-quote {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .testi-img {
    margin-right: 50px;
  }
  .testi-quote {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .about-img {
    margin: 0 3rem;
  }
  .fondr-titl{
    bottom: 2rem;
  }
}


.about-img img {
    border-radius: 8px;
    border-radius: 100%;
  }