.item img {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
    border-radius: 2px;
}

.item img.shmc {
    margin-bottom: 21px;
}

.sec-title {
    border-bottom: 1px solid rgba(214, 214, 214, 0.33) !important;
}

@media only screen and (max-width: 576px) {
    .item img {
        width: 100%;
        margin-bottom: 19px;
        margin-top: 10px;
    }

    .item img.shmc {
        margin-bottom: 14px;
    }

    .item img.editor {
        width: 48% !important;
    }
    
    .item img.ipod {
        margin-top: 11px !important;
    }
}