.products {}

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

.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: 70px 0 130px;
}

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

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