.con {
    width: 80%;
    min-height: 800px;
    margin: 0 auto;
}

.con .title {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: 120px;
    border-bottom: 1px solid #ccc;
}

.content {
    padding-top: 20px;
    text-indent: 2em;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 50px;
}

.img {
    width: 100%;
    margin: .5rem auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img img {
    width: 5rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
}