
.percentage.pt-5,  .percentage.pb-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.percentage.pt-10,  .percentage.pb-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.percentage .container {
  max-width: 1120px;
  margin: 0 auto; 
}
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 58px; /* 120.833% */
letter-spacing: -0.96px; 
}
.percentage .container {
  max-width: 1120px;
  margin: 0 auto;
}

.percentage .symbol {
  font-size: 48px;
  margin-bottom: -20px;
}

section.percentage .page-center {
  padding:0px !important;
}

section.percentage .percentage-inner {
  display: grid;
  grid-gap: 30px;
}

section.percentage .percentage-inner .box {
  /*   background: #f7f7f7; */
  /*   box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.161); */
  /*   box-shadow: 30px 30px 30px #00000029; */
  border-radius: 20px;
  padding: 43px;
}

section.percentage .percentage-inner .box .top {
  display: flex;
  align-items: center;
  /*   justify-content: space-around; */
  /*   color: #4C57E6 !important; */
  /*   font-size: 35px; */
  font-weight: bolder;
  grid-gap: 0px;
  margin-bottom: 20px;
}

section.percentage .percentage-inner .box .text_box p {
  color: #21174B;
  /*   font-size: 20px;
  font-weight: 700; */
  margin-bottom: 0;
/*   line-height: 28px;  */
}


@media only screen and (max-width: 767px) {
  .percentage.pt-5,  .percentage.pb-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .percentage.pt-10,  .percentage.pb-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .percentage-inner .slick-initialized .slick-slider .slick-list.draggable {
    /*     height:380px !important; */
    padding: 0px 20px 20px 20px !important
  }

  section.percentage .percentage-inner .box {
    margin: 10px 10px;
    /*     height: 280px; */
  }
  .slick-slider .slick-list, .slick-slider .slick-track {
    min-height:348px;
  }
}

@media only screen and (max-width: 320px) {
  section.percentage .percentage-inner .box .top {
    font-size: 30px;
  }
}