/* header-long-image-with-text */

.w-14-8 {
    width: 100%;
    height: 250px;
    margin: 0px 28px 56px 0px;
    padding: 64px 64px 64px 64px;
    background-color: #151515;
    background-size: cover;
}

.w-14-8 a {
    max-width: 540px;
    display: inline-block;
    width: 100%;
}

.w-14-8 .title {
    width: 320px;
    font-family: TruenoSBd;
    font-size: var(--sf-thirtysix);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.w-14-8 .title h2 {
    font-size: var(--sf-thirtysix);
    width: 752px;
}

.w-14-8 .description {
    max-width: 800px;
    margin: 12px 0 0;
    font-family: TruenoLt;
    font-size: var(--sf-twenty);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: var(--sf-thirtytwo);
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    height: 65px;
    overflow: hidden;
    float: left;
}

.so-widget-header-long-image-with-text-widget-v2 .w-14-8 {
    position: relative;
    margin: 0px 28px 26px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.so-widget-header-long-image-with-text-widget-v2 .w-14-8::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.4;
}

.so-widget-header-long-image-with-text-widget-v2 .w-14-8 span {
    position: relative;
    z-index: 1;
}

.so-widget-header-long-image-with-text-widget-v2 .w-14-8 br {
    display: none;
}

.so-widget-header-long-image-with-text-widget-v2 .w-14-8 span br {
    display: none;
}

.long-header-image-v2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
}

/* header-long-image-with-text */

@media (max-width: 768px) {
    .so-widget-header-long-image-with-text-widget-v2 .w-14-8 span {
        font-size: var(--sf-sixteen);
        line-height: var(--sf-twentysix);
        padding-right: 0px;
        height: 100%;
        /* float: left;  */
        z-index: inherit !important;
    }

    .so-widget-header-long-image-with-text-widget-v2 .w-14-8 {
        background-position: right -113px center;
    }

    .w-14-8 {
        width: 100%;
        height: 120px;
        margin: 0px 28px 56px 0px;
        padding: 16px 55px 16px 16px;
    }

    .long-header-image-v2 {
        height: 120px;
    }

    .w-14-8 .title {
        margin-bottom: 0px;
    }

}