.banner .wrap h5 {
    color: #58B530;
}

.banner .wrap h5:after {
    background: #58B530;
}

.banner .wrap .flex {
    align-items: flex-end;
}

.banner .wrap .flex h3 {
    line-height: 1;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
}

.section {
    padding: 100px 0 0;
}

.section .wrap {
    width: 1660px;
    margin: 0 auto;
}

.section .wrap .title {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 38px;
    text-align: center;
    margin: 0 0 88px;
}

.section .wrap .content .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section .wrap .content .flex .item {
    width: 279px;
    height: 292px;
    border-radius: 19px;
    border: 1px solid #58B530;
    padding: 55px 46px 10px;
    position: relative;
    overflow: hidden;
    margin: 0 33px 76px;
}

.section .wrap .content .flex .item:after {
    content: "";
    width: 67px;
    height: 67px;
    background: #58B530;
    top: 55px;
    left: 46px;
    position: absolute;
    border-radius: 50%;
    transition: 1s;
}

.section .wrap .content .flex .item .icon {
    width: 67px;
    height: 67px;
    margin: 0 0 35px;
    position: relative;
    z-index: 3;
}

.section .wrap .content .flex .item p {
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 32px;
    position: relative;
    z-index: 3;
    transition: 0.6s;
    transition-delay: 0.4s;
}

.section .wrap .content .flex .item:nth-child(1) {
    margin: 0 33px 76px 300px;
}

.section .wrap .content .flex .item:nth-child(3) {
    margin: 0 300px 76px 33px;
}

.section .wrap .content .flex .item:hover:after {
    transform: scale(9);
}

.section .wrap .content .flex .item:hover p {
    color: #FFFFFF;
    transition-delay: 0s;
}

/*# sourceMappingURL=development.css.map */
@media screen and (max-width: 1919px) {
  .banner .wrap .flex h3{
    font-size: 0.9375vw;
  }
  .section{
    padding: 5.2083333333vw 0px 0px;
  }
  .section .wrap{
    width: 86.4583333333vw;
  }
  .section .wrap .title{
    font-size: 0.9375vw;
    line-height: 1.9791666667vw;
    margin: 0px 0px 4.5833333333vw;
  }
  .section .wrap .content .flex .item{
    width: 14.53125vw;
    height: 15.2083333333vw;
    border-radius: 0.9895833333vw;
    padding: 2.8645833333vw 2.3958333333vw 0.5208333333vw;
    margin: 0px 1.71875vw 3.9583333333vw;
  }
  .section .wrap .content .flex .item::after{
    width: 3.4895833333vw;
    height: 3.4895833333vw;
    top: 2.8645833333vw;
    left: 2.3958333333vw;
  }
  .section .wrap .content .flex .item .icon{
    width: 3.4895833333vw;
    height: 3.4895833333vw;
    margin: 0px 0px 1.8229166667vw;
  }
  .section .wrap .content .flex .item p{
    font-size: 0.7291666667vw;
    line-height: 1.6666666667vw;
  }
  .section .wrap .content .flex .item:nth-child(1){
    margin: 0px 1.71875vw 3.9583333333vw 15.625vw;
  }
  .section .wrap .content .flex .item:nth-child(3){
    margin: 0px 15.625vw 3.9583333333vw 1.71875vw;
  }
}
@media screen and (max-width: 1024px) {
    .banner .wrap .flex h3 {
        font-size: 16px;
        margin: 20px 0 0;
    }
    .banner .wrap .flex h3 span {
        font-size: 36px !important;
    }
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .title {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 50px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .content .flex {
        justify-content: space-between;
    }
    .section .wrap .content .flex .item {
        width: 100%;
        margin: 0 0 40px !important;
        height: unset;
        padding: 30px 30px 60px;
        border-radius: 8px;
    }
    .section .wrap .content .flex .item::after {
        display: none;
    }
    .section .wrap .content .flex .item p {
        font-size: 16px;
        line-height: 1.6;
        color: #1A1A1A !important;
    }
    .section .wrap .content .flex .item .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }
}
