.our-founder {
  background: #fff url("/template/2fcf5207/images/about-shape.png") no-repeat;
  padding: 0 50px;
  margin: 0 -50px;
  background-position: right;
  height: 100%;
}
.our-founder .inner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 170px 0 185px;
}
.our-founder .inner-container .text-container {
  display: flex;
  align-items: center;
  max-width: 1200px;

}
.our-founder .inner-container .text-container .left-content {
  width: 62%;
  padding: 0 150px 0 0;
}
.our-founder .inner-container .text-container .left-content h2 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 10px;
  color: #567FBB;
}
.our-founder .inner-container .text-container .left-content h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #000;
  font-family: Manrope;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.02em;
}
.our-founder .inner-container .text-container .left-content article p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgba(0,0,0,0.9);
}
.our-founder .inner-container .text-container .right-content {
  width: 38%;
    border-radius: 100%;
}
.our-founder .inner-container .text-container .right-content img {
  width: 435px;
  height: 435px;
  object-fit: cover;
  border-radius: 100%;
}
