.home-header__flex {
    max-height: 400px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.home-header__column--asser-red.home-header__column {
    height: 200px;
    background-color: #f2f2f2;
    padding: 25px 35px;
    position: relative;
    overflow-y: hidden;
}


@@media screen and (min-width: 768px) {
    .home-header__column--asser-red.home-header__column {
        height: 400px;
    }
}


div.home-header__title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-style: normal;
    color: rgb(232, 82, 17);
    margin-bottom: 14px;
    margin-top: 0px;
}


/*div.home-header__title a {
                color: rgb(232, 82, 17) !important;
            }*/

a.home-header__title {
    color: #e85211 !important;
}

div.dilema-news-header-content {
    height: auto;
    overflow-y: hidden;
}

    div.dilema-news-header-content p {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        font-style: normal;
        color: #000;
        margin: 0 !important;
        padding: 0;
    }

.fader {
    position: absolute;
    bottom: 0px;
    color: red;
    height: 100px;
    width: 99%;
    margin-left: -35px;
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 65%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 65%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.readmore {
    position: absolute;
    bottom: 0px;
    height: 45px;
}

    .readmore a {
        color: #e85211 !important;
    }
