.landing-header-block {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    min-height: 20rem;
    padding: 2rem 0;
    border-radius: 0 0 0.75rem 0.75rem;

}
.landing-header-block.unset_height {
    min-height: unset
}
.single-bonus_code .landing-header-block {
    min-height: 0;
    border-radius: .75rem;
    margin-bottom: 2rem;
}
.landing-header-block:before {
    content:'';
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background: rgba(0, 0, 0, 0.80); /*, rgba(211, 211, 211, .5)*/
    z-index: 1
}
.landing-header-block-img {
    position: absolute;
    top:0;left:0;
    width:100%;
    height: auto;
    min-height: 100%;
    z-index: 0
}
.landing-header-block .container {
    position: relative;
    z-index: 2;
    color: #fff;
}
.landing-header-content {
    max-width: 42rem;
    padding-left: 1rem;
}
.landing-header-content *:last-child {
    margin-bottom: 0
}
.landing-header-block-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #fff;
    letter-spacing: 0;
}
.landing-header-excerpt {
    font-size: 1.125rem
}

.landing-header-free {
    position: relative;
    /* white-space: pre-wrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.5rem;
    transition: max-height .5s
}
.landing-header-free.active {
    -webkit-line-clamp: none;
    max-height: 1000rem;
}
.landing-header-free-more {
    color: var(--yellow);
    cursor: pointer;
    transition: all .5s
}
.landing-header-free-more:hover {
    color: #fff
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
}
@media (max-width:767px) {
}
@media (min-width: 1440px) {
    .landing-header-block,.landing-header-block {
        min-height: 21rem;
    }
}
