.btn-rounded {
    border-radius: 15px !important;
}
#voucher-read-more:focus {
    outline: 0 !important;
}
@media (max-width: 767px) {
    #voucher-block.in,
    #voucher-block.collapsing {
        display: block !important;
    }
}
#voucher-expandable-header h3.collapsed:after {
    content: '+';
    float: right;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    margin-top: -5px;
    font-weight: 300;
}

#voucher-expandable-header h3:after {
    content: '-';
    float: right;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    margin-top: -5px;
    font-weight: 300;
}
#voucher-expandable-header .row{
    background: white;
    border-bottom: 1px solid #e2e2e2;
}

.voucher-block-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    justify-content: space-around;
    justify-content: space-evenly;
}

.voucher-block-item {
    margin: 4px;
}