<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sw19b-product-grid {
    padding-top: 108px;
    padding-bottom: 40px;

    .sw19s-std-wrap {
        display: flex;
        align-items: center;
    }

    h3 {
        width: 33.33%;
    }

    .prod-grid {
        display: flex;
        flex-wrap: wrap;
        margin-left: 10px;
        border: 1px solid #e6eaeb;
        border-radius: 6px;
        box-shadow: 0 16px 80px 0 rgba(0,0,0,0.05);
        width: 66.6%;
    }

    .item:first-child {
        border-right-width: 1px;
        border-bottom-width: 1px;
    }

    .item:nth-child(2) {
        border-bottom-width: 1px;
    }

    .item:nth-child(3) {
        border-right-width: 1px;
    }

    .item {
        width: 50%;
        padding: 24px;
        display: flex;
        border: 0px solid #e6eaeb;
        text-decoration: none;
    }

    .item:hover {
        box-shadow: rgba(0,0,0,0.05) 0px 15px 30px;
        border-top: 2px solid #fff000;
        padding-top: 22px;
    }

    .item .desc {
        flex-basis: 77%;
        margin-left: 10%;
    }

    .item .desc p {
        color: #788487;
    }

    .item:hover .desc p {
        color: inherit;
    }

    @media (max-width: 768px) {
        .sw19s-std-wrap {
            display: block;
        }

        h3 {
            width: 100%;
        }

        .prod-grid {
            display: block;
            margin: 0;
            width: 100%;
        }

        .item {
            width: 100%;
        }

        .item:first-child,
        .item:nth-child(3) {
            border-width: 0px;
            border-bottom-width: 1px;
        }
    }
}</pre></body></html>