.count-section{
  background: #fff;
  padding:40px 30px 125px 30px;
  margin: 0 -30px;
}
.count-section .count-title{
  color: #004156;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align:center;
   padding: 0 0 20px 0;
   max-width: 1300px;
   margin: 0 auto;
}
.count-section .count-sub-text{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}
.count-section .count-sub-text p{
    color: #004156;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin:0 0 15px 0;
    padding:0;
}

.count-section .count-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    margin-top:65px!important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 50px 100px;
}
.count-section .count-container .count-item{
    background-color: #E1FAFF;
    padding:30px;
    text-align:center;
    min-height: 227px;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
}
.count-section .count-container .count-item .count-number{
    font-size: 44px;
    font-weight: 500;
    line-height: 57px;
    width:100%;
}
.count-section .count-container .count-item p{
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    width:100%;
    margin: 0;
    padding: 10px 0 0 0;
}

.count-section .count-container .count-item.templates-box {
   background-color:#EFECFF;
}
.count-section .count-container .count-item.plugin-box {
   background-color:#D7FFF2;
}
