main {
    margin: 120px 0 60px;
}
.list {
    font-size: 12px;
    margin: 10px 0;
}
.list a {
    margin-right: 20px;
    text-decoration: none;
    color: #868e93;
}
.list .select {
    color: rgb(108, 108, 108);
    font-weight: bold;
}
.item {
    display: flex;
    width:100%;
    margin: 60px 0;
}
.img-box {
    width: 20%;
    height: 20%;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text {
    margin-left: 8%;
    width: 62%;
}
.text p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #868e93;
}
.text h3 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #868e93;
}
.text a {
    font-size: 12px;
    color: #98bb9b;
}
