.offer {
    margin-top: 0!important;
    margin-bottom: 10px;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 2px solid #ececec;
}

@media only screen and (min-width: 992px) {
.offer {
    padding-top: 0;
    padding-bottom: 0;
}

}
 

.offer {
    margin: 5px 0;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #ececec;
    position: relative; 
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 15px;
    overflow:hidden;
}


@media only screen and (min-width: 1200px){
.offer > .media > .right {
    width: 25%;
}

}

.tab-content>.active {
    background-color: #f1f1f1;
}

@media only screen and (min-width: 992px){
.offer > .media > .right {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    height: 100%;
    width: 30%;
    float: right!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #eaecef;
}

}

 
  

@media only screen and (min-width: 992px){
.offer > .media > .right:before {
    bottom: -10px;
    left: -10px;
}

}

@media only screen and (min-width: 992px){
.offer > .media > .right:after, .offer > .media > .right:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f1f3f5;
    border-radius: 100%;
}

}

@media only screen and (min-width: 992px){
.offer > .media > .right:after {
    top: -10px;
    left: -10px;
}

}