﻿/* Section 4 */
#shareholder-relations .section-4 .list-item .item .item-wrapper {
    background-color: #c9252c;
    padding: 40px 15px 150px 15px;
}

@media only screen and (min-width: 992px) {
    #shareholder-relations .section-4 .list-item .item .item-wrapper {
        min-height: 400px;
    }
}

#shareholder-relations .section-4 .list-item .item .title {
    font-size: 1.25rem;
    line-height: 1.4;
}

#shareholder-relations .section-4 .list-item .item .file-type {
    background: url('/Assets/images/modules/default/shareholder-relations/bg-report-bottom.png') top right no-repeat;
    background-size: cover;
    height: 145px;
    bottom: 0px;
    left: 0px;
}

#shareholder-relations .section-4 .list-item .item .file-type img {
    width: initial;
}