.sout{
    margin-top: 25px;
}

.sout-item{
    display: flex;
    text-decoration: none;
    color: #323031;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    max-width: 400px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.sout-item:hover{
    background-color: #f7f7f7;
}

.sout-item-info{
    flex: 2;
    text-align: center;
}
.sout-item-format{
    font-size: 14px;
    font-weight: bold;
    color: #f05600;
}
.sout-item-size{
    font-size: 12px;
    color: #adadad;
}

.sout-item-name{
    flex: 8;
    font-size: 15px;
}
