.fest-img {
    margin-left: 30px;
    margin-right: 30px;
    height: 300px;
    width: 202px;
}
.fest-title {
    font-weight: bold;
    font-size: 24px;
}
.fest-start {
    font-size: 18px;
}
.fest-prop {
    font-size: 15px;
}
.fest-description {
    font-size: 15px;
}
.fest-item {
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 20px;
}
.fest-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}
.fest-row .img {
    width: 260px;
    max-width: 260px;
}
.fest-block {
    display: flex;
    padding: 20px 30px;
}
.kh_boxoffice {
    color: #fff;
    background: #58b836;
    padding: 20px;
    text-decoration: none;
}
.kh_boxoffice:hover {
    color: #ddd;
    background: #58b836;
    padding: 20px;
    text-decoration: none;
}

.fest-mobile .fest-row {
    display: block;
}
.fest-mobile .fest-row .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.fest-mobile .wrapper {
    margin: 0px 10px;
    max-width: calc(100% - 20px);
}
.fest-mobile .kh_boxoffice {
    text-align: center;
    margin-bottom: 10px;
}
.fest-mobile .fest-item {
    border-bottom: 1px solid #aaa;
}

.fest-mobile .fest-item:last-child {
    border-bottom: 0px;
}

.fest-mobile .fest-block {
    flex-direction: column;
}