@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic&subset=latin,latin-ext);

.row {
    max-width: 1200px;
    float: none;
    font-family: 'Lato';
    padding: 20px;
    box-sizing: border-box;
}

.row h2 {
    margin: 0;
}

@media only screen and (max-width: 980px) {
    .row {
        width: 972px;
        float: none;
        font-family: 'Lato';
        padding: 20px;
        box-sizing: border-box;
    }
}

.row33 {
    max-width: 990px;
    float: none;
    margin: auto;
    font-family: 'Lato';
    margin-top: 50px;
}

@media only screen and (max-width: 980px) {
    .row33 {
        width: 990px;
        float: none;
        margin: auto;
        font-family: 'Lato';
        margin-top: 50px;
    }
}

.kd a {
    color: #4a0c4a;
    text-decoration: none;
}

.kd a.more:hover {
    text-decoration: underline;
}

.kd h2 {
    width: 100%;
    padding: 0 0 14px 0;
    border-bottom: 2px solid #4a0c4b;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.kd ul {
    list-style-type: none;
    margin: 28px 0 0 0;
    padding: 15px 0 15px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.row ul li {
    width: 24.5%;
    height: auto;
    float: left;
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.row33 ul li {
    width: 33%;
    height: auto;
    float: left;
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.kd ul li:last-child {
    border-right: none;
}

.kd img {
    width: 50%;
    height: auto;
    margin: 10px 0 0 0;
}

.kd li a {
    color: #333333;
    text-decoration: none;
}

.kd li a:hover {
    color: #333333;
    text-decoration: none;
}

.kd .description {
    width: 100%;
    margin: 0 0 10px 0;
}

.kd .description h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

.kd .description p {
    font-size: 12px;
    color: #666666;
}

.kd .more {
    float: right;
    margin: 10px 0 0 0;
}