.body .content {
    display: flex;
    box-sizing: border-box;
    padding: 20px 0 204px 0;
}
.body .content .policyLTS {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 46px 0 0 0;
  flex-direction: column;
}
.body .content .policyLTS .title {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}

.body .content .policyLTS .text {
  color: #8a8585;
  font-size: 16px;
}

.body .content .policyLTS p {
  color: #8a8585;
  font-size: 20px;
  margin: 10px 0;
}

.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;
}
