/*--------------------------------------------*/
.sec-news{
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    opacity: 1;
}

.sec-news .info-box{
    padding: 20px;
}

.sec-news .info-box h2{
    margin-bottom: 15px;
}

.sec-news .info-box p{
    margin-bottom: 15px;
}

.sec-news .infoBox{
    position: relative;
    padding: 20px;
}

.sec-news .infoBox .infoFix{
    min-height: 175px;
}

.sec-news .infoBox h5{
    margin-bottom: 6px;
}



.sec-news .infoBox .infoFech p{
    margin-bottom: 6px;
    font: normal normal normal 16px/24px Nunito !important;
    letter-spacing: 0px;
    color: #999999 !important;
}


.sec-news .infoBox p{
    margin-bottom: 6px;
    font: normal normal normal 16px/24px Nunito !important;
    letter-spacing: 0px;
    color: #000000;
}

.sec-news .infoBox a{

}

/*---------------*/

.sec-news .productsBackground02 {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 345px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.sec-news .productsBackground02 .img{
    height: 182px;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.sec-news .bgFix2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 500%;
    margin: 0 auto;
}

.sec-news .img{
    background: #9F9F9F 0% 0% no-repeat padding-box;
    height: 100%;
    width: 100%;
    border-radius: 7px;
}

@media (max-width: 1400px) {
  
}

@media(max-width: 1200px) {

    .sec-news .info-box {
        padding: 20px;
        text-align: center;
    }
    
    .sec-news .info-box h2 {
        margin-bottom: 15px;
        text-align: center !important;
    }

    .sec-news .info-box p {
        margin-bottom: 15px;
        text-align: center !important;
    }


}

@media(max-width: 992px) {
  
}

@media (max-width: 768px) {
    
}

@media (max-width: 576px) {
    
}

@media (max-width: 400px) {
    

}