.do-exsited-sec {
  background:url('/template/85b5ce5e/images/do-exsited-bg.png') no-repeat;
  background-size: cover;
  background-position: center;
  padding: 155px 0 600px;
}
.do-exsited-sec .inner-content {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1460px;
}
.do-exsited-sec .inner-content .title-part {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}
.do-exsited-sec .inner-content .title-part .title-text {
  font-family: Biotif;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
  margin: 0 0 15px;
  color: #0A1B2B;
}
.do-exsited-sec .inner-content .title-part .sub-title-text {
  font-family: Biotif;
  font-weight: 600;
  font-size: 23px;
  line-height: 41px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #FFAB35;
}
.do-exsited-sec .inner-content .item-part {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.do-exsited-sec .inner-content .item-part .single-item {
  background: #fff;
  padding: 42px 68px;
  border: 1px solid #0A1B2B0D;
  border-radius: 16px;
  text-align: center;
  min-height: 115px;
}
.do-exsited-sec .inner-content .item-part .single-item p {
  font-family: Biotif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000;
}
.do-exsited-sec .inner-content .button-part{
  text-align: center;
  margin: 60px 0 0;
}
.do-exsited-sec .inner-content .button-part a {
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 265px;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 0;
  background: #F87252;
}
.do-exsited-sec .inner-content .button-part a:hover{
  background: #FFBE63;
  color: #000;
}
