﻿.esg-section {
    margin-bottom: 20px;
    width: 700px;
    box-sizing: border-box;
}

.esg-section__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    border: none !important;
}

.esg-section__title--underline {
    text-decoration: underline;
}

.esg-section .text--italic {
    color: #404040;
    font-style: italic;
}

.esg-section.clear {
    clear: both;
}

.esg-section ul li {
    margin-top: 15px;
}

.esg-section .rss-img {
    margin-bottom: 12px;
    width: 11px;
    height: 11px;
}

.companies__item {
    position: relative;
    width: 340px;
    min-height: 240px;
    border-radius: 4px;
    background-color: #f4f4f4;
    margin-bottom: 12px;
    padding: 12px;
    float: left;
    box-sizing: border-box;
    flex: 1;
}

.companies__item:nth-child(odd) {
    margin-right: 12px;
}

.companies-item__img {
    margin-bottom: 12px;
    width: 317px;
    height: 100px;
}

.companies-item__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    display: inline-block;
    text-align: left;
}

.companies-item__description {
    font-size: 12px;
    color: #3c3c3c;
    margin: 12px 0;
}
.companies-item__description strong{
    font-weight: 900;
    font-size: 15px;
}

.companies-item__tag {
    font-size: 12px;
    color: #3c3c3c;
    bottom: 2px;
    right: 12px;
    border: none !important;
    display: block;
    text-align: right;
    position: absolute;
}

.companies__row{
    display: flex;
}

.principles-tbl td {
    padding: 20px 20px 20px 0;
    vertical-align: top;
}

.principles-tbl__row--delimiter {
    background-color: #dadada;
    height: 10px;
}

.principles-tbl__row--delimiter td {
    padding: 0;
}

.principles-tbl__icon {
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}

.principles-tbl__title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.principle__title {
    font-size: 14px;
    font-weight: bold;
}

.principle__description {
    font-size: 13px;
    text-align: left;
}

.esg-news {
    margin-top: 20px;
}

.esg-news__item {
    display: flex;
    margin-bottom: 20px;
}

.esg-news-item__img {
    height: 60px;
    margin-right: 20px;
}

.esg-news-item__date {
    font-size: 12px;
    color: #acacac;
}

.esg-news-item__title {
    font-size: 14px;
    color: black;
    display: block;
    margin-top: 5px;
    border: none !important;
}