.still-compare-sec {
  background: url('/template/85b5ce5e/images/still-compare-bg.png') no-repeat;
  background-size: cover;
  background-position: left;
  padding: 125px 0 155px;
}
.still-compare-sec .inner-content {
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
}
.still-compare-sec .inner-content h2 {
  text-align: center;
font-family: 'Biotif';
font-weight: 600;
font-size: 52px;
line-height: 66px;
text-align: center;
letter-spacing: -0.01em;
color: #FFFFFF;
  margin: 0 0 14px;
}
.still-compare-sec .inner-content h4 {
font-family: 'Biotif';
font-weight: 600;
font-size: 30px;
line-height: 45px;
text-align: center;
color: #FFBE63;
  margin: 0 0 24px;
}
.still-compare-sec .inner-content p {
font-family: 'Biotif';
font-weight: 300;
font-size: 22px;
line-height: 35px;
text-align: center;
color: #FFFFFF;
  max-width: 850px;
  margin: 0 auto 43px;
}
.still-compare-sec .inner-content .button-group {
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.still-compare-sec .inner-content .button-group a{  
  border-radius: 10px;
  background: #FFBE63;
  display: inline-block;
  color: #000;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 276px;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.still-compare-sec .inner-content .button-group a:hover {
  background: #F87252;
  color: #fff;
}
.still-compare-sec .inner-content .button-group a.request-demo{
  background: #F87252;
  color: #fff;
}
.still-compare-sec .inner-content .button-group a.request-demo:hover{
  background: #FFBE63;
  color: #000;
}
