.col-box{
    position: relative;
    z-index: 2;
}
.root-width{
    max-width:1140px;
    margin:0 auto;
}
.wrap-box{
    display: flex;
    padding:6px 0px !important;
    padding-bottom:50px !important;
    align-items: stretch;
    max-width:1152px !important;
    flex-wrap: wrap;
    justify-content: center;
}
.col-box-2 .box-{
    width:50%;
}
.col-box-3 .box-{
    width:33.3333%;
}
.col-box-4 .box-{
    width:25%;
}

.col-box-5 .box-{
    width:25%;
}
.col-box-4 .box-:nth-child(5){
    width:100%;
}


.col-box .box-{
    box-sizing: border-box;
    padding:7px;
}
.in-box-top{
    display:block;
    padding:24px; 
    padding-top: 60px;
    background: #282828;
    border-radius: 4px;
    height: 100%;
}
.in-box-top{
    position: relative;
}
.in-box-top .wrap-round-span {
    display: inline-block;
    width: 94px;
    height:94px;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 10%;
    top: 0;
    transform: translate(0%, -50%); 
    border:2px solid #fff;
    background:#282828; 
    transition: border-radius 0.4s ease;
    border-radius: 12px 12px 24px 12px;
    
}
.box-:hover .in-box-top .wrap-round-span {
    border-radius: 24px 12px 24px 12px;
}
.in-box-top *,
.in-box-top a,
.in-box-top a *{
    color:#fff !important;
}
.in-box-top h3{
    margin-bottom:12px ;
    font-weight:500;
}
.col-box .wrap-content p{
    margin:0;
    min-height:56px;
    line-height:20px;
    font-size:14px;
}
@media screen and (max-width:922px) {
    .wrap-box{
        flex-wrap: wrap;
    }

    .col-box-4 .wrap-box{
        align-items: flex-end;
    }
    .col-box-4 .box-{
        width:50%;
        margin-bottom: 0px;
    }
    .col-box-4 .wrap-content p{
        padding-bottom: 20px;
        min-height: 96px;
    }
}
@media screen and (max-width:768px) {
	.wrap-box{
       padding:6px;
    }
}
@media screen and (max-width:680px) {
    .col-box .box-{
        width:100%;
        margin-bottom: 0px;
    }
    .in-box-top{
        padding-bottom:40px;
    }
}
@media screen and (max-width:480px) {
    .col-box-4 .box-{
        width:100%;
        margin-bottom: 0px;
    }
    .col-box-4 .wrap-content p{
        font-size:16px;
    }
    .col-box .box-{
        padding:7px;
    }
    .in-box-top h3{
        font-size:24px;
    }
}