.containerBox{
    position: relative;
    width: auto;
}

.box, .box-container{
    width: 90%;
    background-color: #eee;
    height: 100%;
   
}

.box h2{
    border-left: 3px solid #279b9a;
    border-right: 3px solid #279b9a;
    font-family: Gotham SSm A,Gotham SSm B,sans-serif;
    margin: 0 0 10px;
    padding: 3px 12px;
    padding-top: 15px;
    color: #ea6e30;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.box ul{
    padding: 0 15px;
    float: left;
    width: 100%;
    display: block;
}

.box .item{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.box ul li{
    list-style: none;
    text-align: left;
}

.box img{
    width: 100%;
}

html body div#pageContent div#contentUnderHeader div.midContainer div.container div.row div.col-lg div.box ul.set-1 li.item div.col-lg-9.col-md-9.col-sm-9.col-xs-7 h4 a{
    color: #ea6e30;
}

.box ul li span.date {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #ea6e30;
}

@media only screen and (max-width: 991px){
    #contentUnderHeader > div:nth-child(5) > div > div > div.col-xs.centerColumn{
        margin-left:2.5%;
    }
}

@media only screen and (max-width: 575px){
    html body div#pageContent div#contentUnderHeader div.midContainer div.container div.row div.col-lg div.box{
        margin-left: 4.5%
    }
}

@media only screen and (max-width: 414px){
    #header h4{
        margin-left: 15%;
    }
}

#contentUnderHeader > div:nth-child(5) > div > div{
    display: inline-flex;
}

.news-title{
    font-size: small !important;
    color: #5a5555;
}


.indexProductDescription{
    font-size: small !important;
    padding-left: 15px;
    display:inline-block;
    color: #5a5555;
}

.indexProductHeader{
    color: #ea6e30;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:500;
}