.body .content {
  display: flex;
  box-sizing: border-box;
  padding: 204px 0 204px 0;
}
.body .content .aboutLTS {
  width: 552px;
  display: flex;
  box-sizing: border-box;
  padding: 46px 0 0 0;
  flex-direction: column;
}
.body .content .aboutLTS .title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 58px;
}
.body .content .aboutLTS .text {
  color: #8a8585;
  font-size: 22px;
}
.body .content .img {
  margin-right: 116px;
  position: relative;
}
.body .content .img img {
  width: 807px;
  height: 452px;
  border-radius: 30px;
}
.body .content .img .arrow {
  width: 167px;
  height: 207px;
}
.body .content .img .left {
  position: absolute;
  left: 118px;
  top: -124px;
}
.body .content .img .right {
  position: absolute;
  top: 312px;
  right: 120px;
}
.footer {
  background: #eee;
}
.footer .content {
  box-sizing: border-box;
  padding: 150px 0;
}
.footer .content .title {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 900;
}
.footer .content .text {
  font-size: 26px;
}
.footer .content .card {
  color: #8a8585;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.footer .content .card img {
  width: 27px;
  height: 27px;
  margin-right: 20px;
}
