/* Team image wrap */

.team-image-wrap {btn
  position: relative;
  z-index: 9;
}

.team-image-wrap .team-image {
  text-align: center;
}

.team-image-wrap .shape {
  position: absolute;
  z-index: -1;
}

.team-image-wrap .shape-1 {
  top: 100px;
  left: 0;
  width: 166px;
  height: 166px;
}

.team-image-wrap .shape-1 svg {
  width: 100%;
  height: 100%;
}

.team-image-wrap .shape-1 svg * {
  fill: #8fd6ca;
}

.team-image-wrap .shape-2 {
  top: 100px;
  left: 0;
}

.team-image-wrap .shape-3 {
  z-index: 11;
  top: 0px;
  right: 0px;
}

.team-image-wrap .shape-3 span {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  border: 8px solid #ecc5ab;
  border-radius: 50%;
}

.team-image-wrap .shape-4 {
  left: 50%;
  bottom: -70px;
}

.team-image-wrap .shape-5 {
  left: -214px;
  bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-image-wrap .shape {
    position: absolute;
    z-index: -1;
  }
  .team-image-wrap .shape-1 {
    top: 100px;
    left: 0;
    width: 120px;
    height: 120px;
  }
  .team-image-wrap .shape-1 svg {
    width: 100%;
    height: 100%;
  }
  .team-image-wrap .shape-1 svg * {
    fill: #8fd6ca;
  }
  .team-image-wrap .shape-2 {
    top: 100px;
    left: 0;
    width: 120px;
  }
  .team-image-wrap .shape-3 {
    z-index: 11;
    top: 0px;
    right: 0px;
  }
  .team-image-wrap .shape-3 span {
    display: block;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    border: 8px solid #ecc5ab;
    border-radius: 50%;
  }
  .team-image-wrap .shape-4 {
    left: 50%;
    bottom: -20px;
    width: 120px;
  }
  .team-image-wrap .shape-5 {
    left: 0px;
    bottom: 60px;
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .team-image-wrap .shape {
    position: absolute;
    z-index: -1;
  }
  .team-image-wrap .shape-1 {
    top: 100px;
    left: 0;
    width: 120px;
    height: 120px;
  }
  .team-image-wrap .shape-1 svg {
    width: 100%;
    height: 100%;
  }
  .team-image-wrap .shape-1 svg * {
    fill: #8fd6ca;
  }
  .team-image-wrap .shape-2 {
    top: 100px;
    left: 0;
    width: 120px;
  }
  .team-image-wrap .shape-3 {
    z-index: 11;
    top: 0px;
    right: 0px;
  }
  .team-image-wrap .shape-3 span {
    display: block;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    border: 8px solid #ecc5ab;
    border-radius: 50%;
  }
  .team-image-wrap .shape-4 {
    left: 50%;
    bottom: -20px;
    width: 120px;
  }
  .team-image-wrap .shape-5 {
    left: 0px;
    bottom: 60px;
    width: 120px;
  }
}

.about-content {
  position: relative;
  z-index: 99;
  max-width: 420px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about-content {
    max-width: 100%;
  }
}

.about-content .sub-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8C89A2;
}

.about-content .title {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px;
  color: var(--secondary-color);;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content .title {
    font-size: 42px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}

.about-content .title span {
  font-weight: 400;
  color: var(--primary-color);
}

.about-content p {
  margin-bottom: 20px;
}

.about-content a {
  font-size: 15px;
}