main {
    margin: 120px 0 60px;
}
.images {
    width: 100%;
}
.images img {
    width: 100%;
    margin-bottom: 20px;
}
dl.text {
    margin-top: 20px;
    overflow: hidden;
    zoom: 1;
}
dl {
    display: flex;
    flex-wrap: wrap;
}
dl dt {
    width: 20%;
    margin-bottom: 10px;
    font-weight: bold;
    color: #868e93;
    font-size: 12px;
}
dl dd {
    width: 80%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #868e93;
}
.url-text {
    text-decoration: none;
    color: #98bb9b;
}