﻿body {
}

.imgTxt {
    min-height: 442px;
    min-width: auto;
    background-repeat: no-repeat;
}

@media(min-width:992px){
    .imgTxt {
        min-height: 397px;
    }
}

.topDv {
    background-color: transparent;
    z-index:100;
}

h1 {
    color: #d7002a;
    font-size:40px;
    font-weight:normal;
    font-family:Arial;
}

@media(min-width:992px){
    h1{
        font-size:50px;
    }
}

.topTxt {
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    color:#ffffff;
}

@media(min-width:992px){
    .topTxt {
        width: 40%;
    }
}

h2 {
    color: #D7002A;
    font-size:36px;
    font-weight:bold;
    font-family:Arial;
}

@media(min-width:992px){
    h2{
        font-size:40px;
    }
}

.dvBorder {
    border: #D5D5D5 1px solid;
}

.imgLst{
    /*width:25px;*/
    height:29px;
}

h3 {
    color: #D7002A;
    font-size:24px;
    font-weight:bold;
}


.img-gradient-products {
    position: relative;
}


    .img-gradient-products::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(#0000009A,#00000000);
    }

.imgESGProd {
    min-height: 442px;
    min-width: auto;
    background-repeat: no-repeat;
}

@media(min-width:992px){
    .imgESGProd {
        min-height: 397px;
    }
}

.txtProd {
    font-family: Arial;
    font-size: 16px;
}

h5{
    color:#000000;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}

.txtHeight{

}

@media(min-width:992px){
    .txtHeight {
        height: 290px;
    }
}

.pubLi{
    font-size:16px;
}