.products {}

.products h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #26336a;
    margin: 0 20px;
}

.products h2 span {
    font-weight: 400;
    display: block;
}

.products #brands {
    background-color: #eeeeee;
    background-image: url("../images/brands-arrow.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0 60px;
}

.products #brands h2 {
    text-align: center;
    margin: 0 20px 40px;
}

.products #brands #slider1_container {
    /* background-color: white; */
	border-radius: 80px;
}

.products #article {
    font-size: 11pt;
    color: grey;
    padding: 0 0 75px;
    margin: 0 20px;
}

.products #article table {
    width: 100% !important;
}

.products #article table tr {}

.products #article table tr td {
    display: block;
    width: 100% !important;
}
