
.djgBox{display: flex;flex-wrap: wrap;justify-content: space-between;}
.djgItem{display: block; width: calc(25% - 20px);background: #1BA16C;border-radius: 15px;}
.djgImg{border: 1px solid #d2d2d2;border-radius: 15px;background: #fff;}
.djgTxt{color: #fff; text-align: center;font-size: 24px;padding: 5px 0;}






.ind-adv{background: #D1EFE3;margin-top: 75px;}
.ind-fangan-ibox {height:auto;}



.avgBox{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.avgItem{margin-bottom: 40px; width: calc(25% - 15px);background: #fff;border-radius: 15px;overflow: hidden;}
.avgTxt{padding: 0 10px;margin-top: 25px;}
.avgImg{position: relative;}
.radia{bottom: -20px; left: 50%;transform: translateX(-50%); display: flex;align-items: center;justify-content: center; border-radius: 100%;width: 40px; height: 40px; position: absolute;font-size: 28px;font-weight: bolder;background: #FFC914;color: #000;}
.avgItem h1{color: #1BA16C; font-size: 26px;font-weight: bolder;text-align: center;}
.avgItem p{height: 90px;display: flex;align-items: center; text-align: center;font-size: 16px;}
