.high-perform-webform {
  padding: 130px 0 200px;
}
.high-perform-webform .full-content  {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.high-perform-webform .full-content .title-sec {
  max-width: 800px;
  margin: 0 auto 55px;
  text-align: center;
}
.high-perform-webform .full-content .title-sec h2 {
  font-family: Lufga;
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
}
.high-perform-webform .full-content .title-sec p {
  font-family: Lufga;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
}
.high-perform-webform .full-content .content-sec {
  display: flex;
  gap: 0 17px;
  align-items: stretch;
}

.high-perform-webform .full-content .content-sec .item{
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: calc(100%/3 - 0px);
  background: rgba(244, 244, 244, 1);
  padding: 50px;
  /* min-height: 550px; */
  /* height: 100%; */
  position: relative;
}
.high-perform-webform .full-content .content-sec .item.one {
  background: url('/template/71b0727d/images/multiple-form-bg.png') no-repeat;
  background-size: cover;
  padding: 50px 50px 16px 50px;
  width: 555px;
  position: relative;
}
.high-perform-webform .full-content .content-sec .item h3 {
  font-family: Lufga;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 15px;
}
.high-perform-webform .full-content .content-sec .item h3 {
  font-family: Lufga;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0 0 15px;
  max-width: 290px;
}
.high-perform-webform .full-content .content-sec .item p{
  
  font-family: Lufga;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #000;
}
.high-perform-webform .full-content .content-sec .item p:last-of-type{
  margin:0;
  max-width: 284px;
}
.high-perform-webform .full-content .content-sec .item a {

  max-width: 158px;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  height: 39px;
  padding: 10px 5px;
  border-radius: 50px;
  text-align: center;
  margin: 30px 0 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Lufga;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  width: 100%;
  display: block;
}
.high-perform-webform .full-content .content-sec .item a:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
.high-perform-webform .full-content .content-sec .item.one h3,
.high-perform-webform .full-content .content-sec .item.one p{
  color:#fff;
}
.high-perform-webform .full-content .content-sec .item.two img {
  margin: 0 0 42px;
}
.high-perform-webform .full-content .content-sec .item.three .img-box {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
}
.high-perform-webform .full-content .content-sec .item.three .img-box .img-one {
  max-width: 263px;
  margin: 0;
  text-align: left;
}
.high-perform-webform .full-content .content-sec .item.three .img-box .img-two { 
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: -28%;
}
.high-perform-webform .full-content .content-sec .item.one img { 
  content: '';
  bottom: 0;
  width: auto;
  left: 50%; 
}