.big-flat-list {

}
.big-flat-list__item-wrapper {
    margin-bottom: 30px;
}
.big-flat-list__item {
    height: 100%;
    padding: 20px 25px;
    background-color: #eee;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.big-flat-list__item-name {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 25px;
    color: #2B2D33;
    transition: opacity .3s ease-in-out;
    margin-bottom: 5px;
}

.big-flat-list__item-description{
    font-size: 13px;
    color: #999;
}

.big-flat-list__sublist {
    margin-top: 15px;
}
.big-flat-list__subitem {
    display: flex;
    margin-bottom: 10px;
}
.big-flat-list__subitem:last-child{
    margin-bottom: 0;
}
.big-flat-list__subitem::before {
    content: '—';
    font-size: 14px;
    line-height: 14px;
    margin-right: 5px;
    color: #999;
}
.big-flat-list__subitem-link {
    font-size: 14px;
    line-height: 14px;
}
.big-flat-list__subitem:last-child .big-flat-list__subitem-link {
    color: #999;
    border-color: #999;
}

.big-flat-list__item-btn {
    margin-top: 20px;
    
    line-height: 34px;
    display: inline-block;
    width: auto;
}

@media (min-width: 1200px) {
    .big-flat-list__item-name:hover {
        opacity: .7;
    }
    .big-flat-list__subitem:last-child .big-flat-list__subitem-link:hover {
        border-color: transparent;
    }
}
@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    .big-flat-list__item-wrapper {
        margin-bottom: 15px;
    }
    .big-flat-list__item-btn {
        display: block;
        width: 100%;
    }
}