.index-products {
    margin-top: 2em;
}
.index-products a {
    color: #333;
    text-decoration: none;
}
.index-products a:hover {
    text-decoration: underline;
}
.index-products li {
    width: 30%;
    float: left;
    list-style: none;
    margin-left: 1em;
    margin-top: 3em;
}
.product-img {
    height: 240px;
    overflow: hidden;
}
.product-name {
    text-align: center;
    font-weight: 300;
    font-size: 1.2em;
    padding: 1em 0;
}
.index-banner {
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
    margin: 2em 0;
}