.body {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 83px 200px 159px 146px;
}

.picture {
  margin-right: 126px;
}

.title01 {
  margin-top: 62px;
  font-size:32px;
  font-family:Helvetica-Bold,Helvetica;
  font-weight:bold;
  color:rgba(51,51,51,1);
  line-height:38px;
}
.title02 {
  margin-top: 24px;
  font-size:22px;
  font-weight:500;
  color:rgba(51,51,51,1);
  line-height:30px;
  letter-spacing:2px;
}
.title03 {
  margin-top: 20px;
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:20px;
}
.title04 {
  font-size:14px;
  font-weight:400;
  line-height:20px;
}

a, a:visited {
  text-decoration: none;
  outline: none;
  color: #333;
}

.z-red {
  color: #d32d26 !important;
}