.about-us {
  background: linear-gradient(137.95deg, rgba(43, 156, 221, 0.07) 30.08%, rgba(129, 188, 38, 0.07) 82.2%);

  padding: 110px 0 150px;
}
.about-us .inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
}
.about-us .inner-container .left-part {
  width: 55%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about-us .inner-container .left-part .inner-image.one {
  max-height: 600px;
  overflow: hidden;
  max-width: 695px;
  border-radius:20px;
}
.about-us .inner-container .left-part .inner-image.two {
  max-width: 300px;
  max-height: 170px;
  overflow: hidden;
  margin-top: 0;
  margin-left: auto;
  position: absolute;
  bottom: 50px;
  left: auto;
  right: 0;
  border-radius:20px;
}
.about-us .inner-container .left-part .inner-image img {
  width:100%;
  height: 100%;
  object-fit: cover;
}
.about-us .inner-container .right-part {
  width: 45%;
  padding: 0 0 0 85px;
}
.about-us .inner-container .right-part h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  letter-spacing: -0.02em;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
}
.about-us .inner-container .right-part h3{
  letter-spacing: 0;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.about-us .inner-container .right-part article p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  padding: 0;
  color: #000;
  margin: 0 0 15px;
}
.about-us .inner-container .right-part article p:last-of-type {
  margin: 0;
}