﻿.smartYep {
    display: none
}

.smartYep1 {
    column-count: 3
}

.smartYep2 {
    display: inline-block
}

@media (max-width:768px) {
    .smartNone {
        display: none
    }

    .smartYep {
        display: table
    }

    .smartNoneYep {
        font-size: large
    }

    .smartYep1 {
        column-count: 1
    }
}

@media (max-width:320px) {
    .smartNone {
        display: none
    }

    .smartYep {
        display: table
    }

    .smartNoneYep {
        font-size: large
    }

    .smartYep1 {
        column-count: 1
    }
}
