﻿.dvSection.tHelp .dvHelpItem .dvHelpItemCore {
    width: 51.11%;
    min-width: 430px;
}

.dvHelpList .dvHelpItem:first-child {
    border-top: solid 2px #cccccc;
}

.dvHelpItem {
    padding: 45px 0 30px;
    border-bottom: solid 2px #cccccc;
}

.dvHelpItemCore {
    position: relative;
    margin: 0 auto;
}

.dvHelpItemCore .hSectionTitle,
.dvHelpItemCore .dvDesc {
    color: #cccccc;
    width: auto;
    text-align: center;
}

.dvHelpItemCore a:hover ~ .hSectionTitle {
    text-decoration: underline;
}

.dvHelpItemCore a:hover ~ .hSectionTitle,
.dvHelpItemCore a:hover ~ .dvDesc {
    color: #1eff00;
}

@media screen and (max-width: 768px) {
    /* smaller help items */
    .dvHelpItem {
        padding: 20px 0 15px;
    }
}
/* extra small (320px - 479px) */
@media screen and (max-width: 479px) {
    .dvSection.tHelp .dvHelpItem .dvHelpItemCore {
        width: 100%;
        min-width: 270px;
    }
}