.sch-icon-list{
    list-style-type: none;
    margin: 30px 0 40px 0;
    display: flex;
    justify-content: space-between;
}
.sch-list-item{
    display: inline;
}
.sch-list-item img{
    height: 70px;
    width: 70px;
}