<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Item text grid12 lnading v2 */
.text_grid12.lnading-v2 {
    text-align: center;
    margin: 50px auto;
    width: 670px;
    max-width: 100%;
    display: block;
    float: none;
    clear: both;
}

.text_grid12.lnading-v2 .title h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
}

.text_grid12.lnading-v2 .description,
.text_grid12.lnading-v2 .description p {
    font-size: 18px;
    line-height: 24px;
}

.text_grid12.lnading-v2 .btn-wrapper .btn {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 4px;
    line-height: 40px;
    padding: 0 25px;
    height: 44px;
    margin: 20px 0 0;
}

.text_grid12.lnading-v2 .btn-wrapper .btn:hover {
    color: #ffffff;
    background: #000000;
}

/* Items marker horiyontal title */
.text_grid12.parallax-title &gt; .description .marker span {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}</pre></body></html>