.connect-stack {
  padding: 155px 0 180px;
  background: url('/template/85b5ce5e/images/exsited-connect-stack-bg.png') no-repeat;
  background-position: center;
  background-size: cover;
}
.connect-stack .inner-content {
  max-width: 1055px;
  margin: 0 auto;
}
.connect-stack .inner-content .title-content {
  max-width: 700px;
  margin: 0 auto 65px;
  text-align: center;
}
.connect-stack .inner-content .title-content .title-text {
  padding: 0;
  margin: 0 auto 15px;
  font-family: Biotif;
  font-weight: 600;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #0A1B2B;
  max-width: 500px;
}
.connect-stack .inner-content .title-content .title-des {
  font-family: Biotif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000;
}
.connect-stack .inner-content .image-content {
  max-height: 550px;
  overflow: hidden;
}
.connect-stack .inner-content .image-content img {
  width: auto;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
  max-width: 100%;
}
.connect-stack .inner-content .button-content {
  text-align: center;
  margin: 90px 0 0;
}
.connect-stack .inner-content .button-content a {
  border-radius: 10px;
  display: inline-block;
  color: #000;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 260px;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 0;
  background: #FFBE63;
}
.connect-stack .inner-content .button-content a:hover{
  background: #F87252;
  color: #fff;
}
