table#services td {
    padding: 20px 5px 8px;
    border-left: 0;
    border-right: 0;
    border-color: #EDEBE9;
}


table#history td {
    border: 0;
    position: relative;
}
.circle {
    width: 40px;
    height: 40px;
    background: #764696;
    color: transparent;
    border-radius: 20px;
    display: block;
    margin: 14px 0 0;
}
.line {
    position: absolute;
    height: 100%;
    width: 3px;
    background: #764696;
    display: block;
    top: 0;
    left: 49%;
    color: transparent;
}
.line_st {
    top:20px;
}
.line_en {
    height:20px;
}
.year {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    color: #764696;
    padding: 0;
}
@media screen and (max-width: 720px){
    #mag {
        margin: 0;
    }
    #mag img {
        max-width: 100%;
    }
}