.ol1 li {
    overflow: hidden;
}

.ol1 li div.terms_roll {
    max-height: 0;
    display: block;
}

.ol1 li:hover .terms_roll {
    max-height: unset;
}

@media (max-width: 1200px) {
.ol1 li div.terms_roll {
        height: auto!important;
        margin-bottom: 5px!important;
        max-height: none;
}
}

ul.ol1 {
    width: 100%;
    list-style: none;
    list-style-type: none;
}

.ol1 li {
    display: flex;
    flex-direction: column;
    background: transparent!important;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    padding: 15px 15px 0;
}

.ol1 li.offer_container>a{
    padding: 0;
    flex-shrink: 0;
}

.ol1 li.offer_container span.desc {
    box-flex: 1;
    flex: 1 1 10%;
    align-self: flex-start;
    margin: 0 20px;
}

