﻿body {
}

h1 {
    font-family: Arial;
    color: #D7002A;
    font-size: 45px;
    font-weight: normal;
}

@media(min-width:992px){
    h1{
        font-size:50px;
    }
}

h2 {
    color: #ffffff;
    font-weight: bold;
    /*padding-top: 27px;*/
    padding-right: 18px;
    font-size: 40px;
    line-height:30px;
}

h3 {
    color: #ffffff;
    font-weight: bold;
    padding-top: 27px;
    padding-right: 18px;
}

.lgBox {
    border-color:#D5D5D5;
    border-width:1px;
    border-style:solid;
    /*width:404px;
    height:548px;*/
}

@media (min-width:992px){
    .lgBox{
        /*width:423px;
        height:732px*/
    }
}

.lgBox_Articles {
    background-image: url("../images/esgView/Mobile/ESG_Ratings.png");
    height: 320px;
    background-repeat: no-repeat;
}

@media (min-width:992px){
    .lgBox_Articles {
        background-image: url("../images/esgView/Desktop/ESG_Ratings.png");
        height: 512px;
    }
}

.lgBox_Products {
    background-image: url("../images/esgView/Mobile/ESG_Articles.png");
    height: 320px;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
    .lgBox_Products {
        background-image: url("../images/esgView/Desktop/ESG_Articles.png");
        height: 512px;
    }
}

.lgBox_Ratings {
    background-image: url("../images/esgView/Mobile/ESG_Products.png");
    height: 320px;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
    .lgBox_Ratings {
        background-image: url("../images/esgView/Desktop/ESG_Products.png");
        height: 512px;
    }
}

.text {
    font-family: Arial;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px #e3e3e3 solid;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #000000;
    height: 205px;
}

.bottomLink {
    text-align: end;
    padding-left: 20px;
    color: #363636;
    padding-bottom: 25px;
}