.pic-box {
    display: flex;
    justify-content: space-between;
}

.pic-content img {
    width: 366px;
    height: 236px;
    object-fit: cover;
    vertical-align: top;
}

.pic-desc {
    padding: 15px 0 30px;
    font-size: 14px;
    line-height: 26px;
}