﻿body {
}

.lgBox_latestRatings {
    background-image: url("../images/HomePage/mobile/latestRatings.png");
    height: 315px;
}

@media (min-width:992px){
    .lgBox_latestRatings {
        background-image: url("../images/HomePage/desktop/latestRatings.png");
        height: 549px;
    }
}

.lgBox_research {
    background-image: url("../images/HomePage/mobile/research.png");
    height: 315px;
}

@media (min-width:992px) {
    .lgBox_research {
        background-image: url("../images/HomePage/desktop/research.png");
        height: 549px;
    }
}

.lgBox_ESG {
    background-image: url("../images/HomePage/mobile/ESG.png");
    height: 315px;
}

@media (min-width:992px) {
    .lgBox_ESG {
        background-image: url("../images/HomePage/desktop/ESG.png");
        height: 549px;
    }
}

h2 {
    font-family: "Arial";
    font-weight: bold;
    font-size: 36px;
    text-align: right;
    color: #ffffff;
    margin-right: 25px;
}

@media (min-width:992px) {
    h2 {
        font-size: 54px;
        line-height: 50px;
    }
}

.whiteArrowInCicle {
    width: 13px;
    height: 13px;
    margin-right: 25px;
}

.Backframebox li.row {
    border-bottom: solid;
    border-width: 1px;
    border-color: #D5D5D5;
    /*padding-top: 10px;
    padding-bottom: 15px;*/
    border-top: none;
    margin-left: 17px;
}

.liSpacing {
    
}

@media(min-width:992px){
    .liSpacing {
        margin-left: 10px;
    }
}

.bottomLink {
    text-align: end;
    padding-left: 20px;
    color: #6F6F6F;
}

/*.linksBox{

}

@media (min-width:992px){
    .linksBox{
        height:610px;
    }
}*/

.linksBox_latestRatings {
}

@media (min-width:992px) {
    .linksBox_latestRatings {
        height: 535px;
    }
}