.all {
  background: #f5f9fd;
}
.all .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.all .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(94deg, #36BFFB 0%, #176CF4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
.all .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all .btm a {
    text-align: center;
  width: calc((100% - 120px) / 5);
  height: 78px;
  margin-right: 30px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0px 20px 0px 20px;
  background: #fff;
  padding: 0 20px;
}
.all .btm a:nth-child(5n) {
  margin-right: 0;
}
.all .btm a:hover {
  color: #f06330;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.all .icon {
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 1700px){
    .all .icon {
    width: 50px;
    height: 50px;
        
    }
    .all .icon img{
        max-height: 60%;
        max-width: 60%;
    }
    .all .btm a {
    width: calc((100% - 80px) / 5);
    height: 70px;
    margin-right: 20px;
    margin-top: 20px;
        
    }
    .all .btm a {
        width: calc((100% - 60px) / 4);
    }
    .all .btm a:nth-child(5n){
        margin-right: 20px;
    }
    .all .btm a:nth-child(4n){
        margin-right: 0;
    }
}
@media screen and (max-width: 1200px){
    .all .icon {
        width: 40px;
        height: 40px;
    }
    .all .btm a {
        width: calc((100% - 60px) / 3);
    }
    .all .btm a:nth-child(4n){
        margin-right: 20px;
    }
    .all .btm a:nth-child(3n){
        margin-right: 0;
    }
}
@media screen and (max-width: 768px){
    .all .btm{
            justify-content: space-between;
    }
    .all .btm a {
        width: calc((100% - 15px) / 2);
        border-radius: 0 15px 0 15px;
        margin-right: 0 !important;
        margin-top: 15px;
    }
}