.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 {
  padding: 0;
  font-family: Biotif;
  font-weight: 600;
  font-size: 50px;
  line-height: 66px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  margin: 0 0 19px;
}
.still-compare-sec .inner-content p {

  max-width: 620px;
  margin: 0 auto;
  /* Unify your systems. Control your inventory. Digitise your operations. */
font-family: 'Biotif';
font-weight: 300;
font-size: 21px;
line-height: 30px;
text-align: center;
color: #FFFFFF;
}
.still-compare-sec .inner-content .button-group {
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
  margin: 43px 0 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: 180px;
  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;
}
