#SJservice{
    position: relative;
}
#SJservice .sesebox{
    display: flex;
    flex-wrap: wrap;
}
#SJservice .sesebox .Jbaox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    margin-bottom: 50px;
}

#SJservice .sesebox .Jbaox .sJimgbox{
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1000000px;
    width: 200px;
    height: 200px;
    max-width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
    background: #303941;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50%;
}
#SJservice .sesebox .Jbaox .sJimgbox img{width: 120px;}
#SJservice .sJtext{
    margin: 25px auto;
}
#SJservice .lanist{
    margin-bottom: 10px;
}
#SJservice .sJtext h2{
    font-size: 23px;
    text-align: center;
    line-height: 180%;
}
#SJservice .sesebox .Jbaox{
        width: calc(33.3% - 50px);
        padding: 45px 15px;
        margin: 10px 10px 20px;
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.22);
        background: #fafaf7cf;
}
#SJservice .sesebox .Jbaox:nth-child(4) ,#SJservice .sesebox .Jbaox:nth-child(5){
    width: calc(50% - 50px);
}
#SJservice .sJtext h2{
    color: #303941;
}
#SJservice .sJtext p{
    color: #5b5d60;
}
@media screen and (max-width: 980px) {
    #SJservice .sesebox .Jbaox{
        width: calc(50% - 20px);
        margin: 10px 5px 20px;
        padding: 45px 5px;
        box-shadow: 0px 3px 9px 0px rgb(128 128 128 / 22%);
    }
	
}
@media screen and (max-width: 640px) {
    #SJservice .sesebox .Jbaox .sJimgbox img{
        width: 80px;
    }
    #SJservice .sesebox .Jbaox .sJimgbox{
        width: 150px;
        height: 150px;
    }
    #SJservice .sJtext h2{
        font-size: 22px;
    }
    #SJservice .sJtext p{
        font-size: 14px;
    }
    #SJservice .sesebox .Jbaox:nth-child(4){
        width: calc(50% - 20px);
    }
    #SJservice .sesebox .Jbaox:nth-child(5){
        width: calc(100% - 20px);
    }
    #SJservice .sJtext h3{
    font-weight: 500;
}
}
@media screen and (max-width: 480px) {
    #SJservice .sesebox .Jbaox{
        width: calc(100% - 20px);
        margin: 10px 5px 20px;
        padding: 45px 23px;
        box-shadow: 0px 3px 9px 0px rgb(128 128 128 / 22%);
    }
    #SJservice .sesebox .Jbaox:nth-child(4){
        width: calc(100% - 20px);
    }
	
}

