
.msb-ads-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 42px 30px 25px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    z-index: 0;
}
.msb-ads-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #231F20;
    opacity: 0.9;
    z-index: -1;
}
.msb-ads-item .title {
    color: #ffffff;
    margin: 0 0 10px;
}
.msb-ads-item p {
    color: #ffffff;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.msb-ads-item .right {
    white-space: nowrap;
    margin-left: 51px;
}
.msb-ads-item .right img {
    display: block;
    margin-bottom: 51px;
}
.msb-ads-item .right img:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .msb-ads-item.d-flex-center-between {
        display: block;
    }
    .msb-ads-item .right {
        margin-top: 32px;
        margin-left: 0;
    }
}
