/* Section */
.category-snippet-2-col-with-Ad-section {
    padding-top: 16px;
}

/* Col-1 */
.category-snippet-2-col-with-Ad-section .grid .col-1 {
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
}

/* Col-2 */
.category-snippet-2-col-with-Ad-section .grid .col-2 {
    padding: 16px 0;
    border-bottom: 1px solid #dddddd;
}

/* Col-3 */
.category-snippet-2-col-with-Ad-section .grid .col-3 {
    padding: 16px 0;
    border-bottom: 1px solid #dddddd;
}

.category-snippet-2-col-with-Ad-section .widget-area {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
}

/* Media Queries */
@media (min-width:1024px) {
    .category-snippet-2-col-with-Ad-section {
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #dddddd;
    }

    /* Grid */
    .category-snippet-2-col-with-Ad-section .grid {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
    }

    /* Col-1 */
    .category-snippet-2-col-with-Ad-section .grid .col-1 {
        padding: 0 16px 0 0;
        border-right: 1px solid #dddddd;
        border-bottom: none;
    }

    /* Col-2 */
    .category-snippet-2-col-with-Ad-section .grid .col-2 {
        padding: 0 16px;
        border-right: 1px solid #dddddd;
        border-bottom: none;
    }

    /* Col-3 */
    .category-snippet-2-col-with-Ad-section .grid .col-3 {
        padding: 0 0 0 16px;
        border-bottom: none;
    }
}



