.the-client-area {
  background: #f2f2f2;
  padding: 153px 0 164px;
}
@media screen and (max-width: 991px) {
  .the-client-area {
    padding: 80px 0;
  }
}
.the-client-area .full-container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .the-client-area .full-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .the-client-area .full-container {
    padding: 0 15px;
  }
}
.the-client-area .full-container .left-section {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .the-client-area .full-container .left-section {
    width: 100%;
  }
}
.the-client-area .full-container .left-section img {
  width: 100%;
}
.the-client-area .full-container .right-section {
  width: 50%;
  padding: 0 0 0 119px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .the-client-area .full-container .right-section {
    padding: 0 0 0 60px;
  }
}
@media screen and (max-width: 991px) {
  .the-client-area .full-container .right-section {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .the-client-area .full-container .right-section {
    width: 100%;
    padding: 30px 0 0;
  }
}
.the-client-area .full-container .right-section h2 {
  font-family: "Lexend";
  font-weight: 600;
  font-size: 46px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #000000;
  margin: 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .the-client-area .full-container .right-section h2 {
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .the-client-area .full-container .right-section h2 {
    font-size: 30px;
    line-height: 46px;
  }
}
.the-client-area .full-container .right-section p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 36px;
}
.the-client-area .full-container .right-section a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: "Lexend";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  border: 1.5px solid #000000;
  border-radius: 50px;
  text-decoration: none;
}
.the-client-area .full-container .right-section a svg {
  margin-top: 4px;
  margin-left: 7px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.the-client-area .full-container .right-section a svg path {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.the-client-area .full-container .right-section a:hover {
  color: #008df2;
  border-color: #008df2;
}
.the-client-area .full-container .right-section a:hover svg path {
  fill: #008df2;
}
