.SinglePage-three{
  display: flex;
  justify-content: center;
}

.SinglePage-three-box{
  width: 1200px;
}

.SinglePage-three-title{
  width: 1200px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #2e2e2e;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}

.SinglePage-three-textbox{
  padding: 62px 0 93px 0;
  display: flex;
  flex-direction: column;
  grid-gap: 55px;
}

.SinglePage-three-text{
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.SinglePage-three-box img{
  width: 1200px;
  /* height: 487px; */
}