.inline-single {
    position: relative;
    border-radius: 2px;
    overflow: auto;
    display: block
}

.inline-single__cuff {
    background: #db3336;
    border-radius: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 11px
}

.inline-single__inner {
    background: linear-gradient(180deg, transparent 10.94%, rgba(0, 0, 0, .3024) 59.37%, rgba(0, 0, 0, .54) 85.94%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    padding: 20px
}

.inline-single__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 260px
}

.inline-single__title {
    font-family: sans-serif, Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 34px;
    color: #fff
}

.inline-single__sep {
    border-bottom: 1px solid #ededed;
    margin-top: 20px;
    margin-bottom: 20px
}