.excel-process {
  padding: 30px 0 50px 0;
}
.excels {
  margin: 50px 0;
}
.title-block.excel-block p {
  margin: 30px 0;
}
.excel-detail {
  border: 1px solid #dedede;
  border-radius: 10px;
  text-align: center;
  padding: 35px 17px 39px 18px;
  height: 315px;
}
.excel-icon {
  background: #f3f3f3;
  border-radius: 50%;
  height: 89px;
  width: 89px;
  margin: 0 auto;
}
.excel-icon img {
  padding: 15px;
}
.excel-icon .pdf {
  padding: 22px;
}
.excel-icon .solution {
  padding: 25px;
}
.excel-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #232c3b;
  margin: 10px 0;
  font-size: 14px;
}
.excel-description ul li {
  font-size: 11px;
  padding-bottom: 5px;
  color: #18212d;
}
.excel-detail:hover {
  background: #f3f3f3;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.excel-detail:hover.excel-detail {
  border: none;
}
.excel-detail:hover .excel-icon {
  background: #fff;
}
.excel-approach {
  background: #f1f1f1;
  padding: 30px 0 70px 0;
}
.excel-approach-detail {
  background: #fff;
  padding: 38px 24px 35px 27px;
  border-radius: 10px;
  height: 219px;
}
.excel-approach-detail:hover {
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
}
.excel-approach-all {
  display: flex;
  margin-bottom: 22px;
}
.excel-approach-icon {
  color: #ee4d14;
  padding-right: 5px;
}
.excel-approach-title h3 {
  color: #232c3b;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.excel-approach-box {
  margin-top: 28px;
}
/**/
.excel-process-box {
  margin-top: 54px;
}
.excel-process-all {
  display: flex;
  border: 1px solid #efefef;
  box-shadow: 0 3px 16px rgb(0, 0, 0, 0.06);
  border-radius: 57px;
  margin-bottom: 30px;
}
.excel-process-icon {
  background: #efefef;
  border-radius: 50%;
  height: 114px;
  width: 114px;
}
.excel-process-icon i {
  color: #ee4d14;
  font-size: 32px;
  padding: 40px 40px;
}
.excel-process-detail {
  padding: 15px 19px;
}
.excel-process-title h3 {
  color: #18212d;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 5px;
}
.excel-process-description {
  color: #949494;
  width: 90%;
}
.contact-us {
  background: #f5f5f5;
}
@media screen and (min-width: 1401px) and (max-width: 2200px) {
  /*.excel {
    margin: 50px 0 100px 0;
  }*/
  .title-block.excel-block p {
    margin: 30px 0 49px 0;
    font-size: 16px;
  }
  .excel-title h2 {
    font-size: 16px;
    margin: 17px 0 26px;
  }
  .excel-description ul li {
    font-size: 14px;
  }
  .excel-detail {
    height: 400px;
  }
  .excel-approach {
    padding: 50px 0 100px 0;
  }
  .excel-approach-icon {
    padding-right: 10px;
  }
  .excel-process {
    padding: 50px 0 0px 0;
  }
  .excel-process-title h3 {
    font-size: 16px;
  }
  .excel-process-description {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .excel-approach-detail {
    height: 250px;
  }
  .excel-process-detail {
    padding: 15px 19px 0;
  }
  .excel-process-title h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .excel-detail {
    margin-top: 20px;
  }
  .excel-approach-detail {
    margin-top: 20px;
    height: 200px;
  }
  .excel-process-description {
    width: 100%;
    font-size: 12px;
  }
  .excel-process-detail {
    padding: 15px 19px;
  }
}
@media screen and (max-width: 425px) {
  .excel-process-description {
    font-size: 9px;
  }
}
