.box > ul > li > a, .box > ul > li.list {
    display: block;
    width: 248px;
    min-height: 120px;
    position: relative;
    vertical-align: top;
    text-align: initial;
    padding: 20px 25px;
    margin: 15px;
    box-shadow: 0 0 2px #ccc;
}

ul, ol {
    list-style-type: display;
}
.rhs-cont li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    list-style: disc;
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

.container {
    max-width: 1000px;
}