.terrace_content {
  width: 1200px;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:20px;
  padding-bottom:20px;
}
.terrace_item {
  display: flex;
  align-items: center;
  justify-content:space-around;
  width: 1120px;
  height: 230px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(50, 56, 128, 0.16);
  border-radius: 4px;
  margin-top: 40px;
}
.terrace_item img {
  margin: 20px;
}
.terrace_item button {
  width: 100px;
  height: 30px;
  background: rgba(21, 120, 238, 1);
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 12px;
  color: #fff;
  margin-left:680px;
}
.terrace_item p {
  font-size: 12px;
  color: #555;
  padding-bottom: 30px;
}
.terrace_box {
  padding: 0 10px;
}
.box_one {
  font-size: 18px;
  font-weight: bold;
  color: rgba(53, 69, 111, 1);
}
.box_two {
  font-size: 14px;
  font-weight: bold;
  color: rgba(71, 91, 145, 1);
  padding-top: 5px;
}
.terrace_item img {
  width: 270px;
  height: 190px;
}
