.four-hands-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 35px;
}
.four-hands-area .top-content {
  display: flex;
flex-wrap: wrap;
  padding: 50px 0;
}
.four-hands-area .top-content .left-item {
  width: 40%;
}
.four-hands-area .top-content .right-item {
  padding: 0 0 0 100px;
  width: 60%;
}
.four-hands-area .top-content .left-item img {
  width: 100%;
  object-fit: cover;
}
.four-hands-area p {
  font-family: 'Tahoma';
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 15px;
  color:#4d4d4d;
}
