.container {
    padding-bottom: 30px;
}

.store-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
}

.store-info .store-image {
    width: 40%;
}

.store-info .store-info-body {
    padding-left: 15px;
    width: 60%;
}

.store-info .store-name {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.store-info .store-desc {
    font-size: 14px;
    margin-bottom: 10px;
}

.store-info .store-context {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.video-item,
.video-item:hover {
    color: #333333;
    text-decoration: none;
}

.card .card-body {
    padding: 10px;
}