.page10 .box_wrap .box {
    border-radius: 300px;
    text-align: center;
    width: 25.3333%;
    margin: 0 3% 60px;
    background: #6ac62e;
}
.page10 .box_wrap .box a {
    padding: 10px 25px 20px;
}
.page10 .box_wrap .box a span {
    display: block;
    transition: ease 0.3s;
    color: white;
    font-weight: normal;
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}

.page10 .box_wrap .box a:hover span {
    opacity: 0.5;
}
.page10 .box_wrap .box a i {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    transition: ease 0.3s;
}
.page10 .box_wrap .box a:hover::before {
    transform: translateY(30%);
}
.box a::before {
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    background: url(../img/icon.png) no-repeat;
    background-size: contain;
    left: 45%;
    bottom: -15px;
    transition:all 0.3s;
}