.system-banner {
  padding: 95px 0 135px;
}
.system-banner .inner-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.system-banner .inner-content .top-content {
  max-width: 1070px;
  margin: 0 auto 125px;
}
.system-banner .inner-content .top-content .title {
  font-family: Biotif;
  font-weight: 600;
  font-size: 62px;
  line-height: 73px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
  margin: 0 0 10px;
  color: #0A1B2B;
}
.system-banner .inner-content .top-content .des-title {
  padding: 0;
  margin: 0 0 20px;
  color: #000;
  font-family: Biotif;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
}
.system-banner .inner-content .top-content .des-title:last-of-type {
  margin: 0;
}
.system-banner .inner-content .top-content .button-group {
  display: flex;
  gap: 0 15px;
  margin: 40px 0 0;
  justify-content: center;
}
.system-banner .inner-content .top-content .button-group a{  
  border-radius: 10px;
  background: #F87252;
  display: inline-block;
  color: #fff;
  padding: 9px 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  height: 45px;
  max-width: 160px;
  margin: 0;
  width: 100%;
  letter-spacing: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid #F87252;
}
.system-banner .inner-content .top-content .button-group a:hover {
  background: #FFBE63;
  border-color:#FFBE63;
  color: #000;
}
.system-banner .inner-content .top-content .button-group a.how-work{
  background: transparent;
  color: #000;
  border-color:#000;
  max-width: 200px;
}
.system-banner .inner-content .top-content .button-group a.how-work:hover{
  background: #000;
  color: #fff;
}

.system-banner .inner-content .bottom-content {
  display: flex;
  align-items: center;
  gap: 0 28px;
  justify-content: center;
}

.system-banner .inner-content .bottom-content .single-item.one {
  max-width: 404px;
  max-height: 404px;
  width: 100%;
  overflow: hidden;
}
.system-banner .inner-content .bottom-content .single-item.two {
  max-width: 536px;
  max-height: 494px;
  width: 100%;
  overflow: hidden;
}
.system-banner .inner-content .bottom-content .single-item.three {
  background: url('/template/85b5ce5e/images/system-item-bg.png') no-repeat;
  padding: 45px 55px 50px;
  border-radius: 20px;
  max-width: 404px;
  height: 404px;
  width: 100%;
}

.system-banner .inner-content .bottom-content .single-item .review-text {
  font-family: Biotif;
  font-weight: 450;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #071420;
}
.system-banner .inner-content .bottom-content .single-item  .designation {
  font-family: Biotif;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 110px 0 10px;
}
.system-banner .inner-content .bottom-content .single-item  .business-name {
  font-family: Biotif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgb(0,0,0,0.5);
}
.system-banner .inner-content .bottom-content .single-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  max-height: inherit;
}
