.about-list {
    display: flex;
    justify-content: space-between;
}
.about-list .item{
    width: 20%;
}
.about-list .item a {
    text-align: center;
}

.about-list .text .title {
    font-size: 16px;
    padding: 20px 0 10px;
    text-align: center;
}

.about-list .text .description {
    opacity: .7;
    line-height: 24px;
    font-weight: lighter;
    font-size: 14px;
}