h2.red p,
h1.red p {
    color: #fff;
    display: inline-block;
    font-size: 3.5rem;
    line-height: 1;
    padding: 5px 13px;
    position: relative;
    text-transform: uppercase;
    transform: skewX(-15deg);
    z-index: 1;
    background: #1C900D;

}

h2.red p a,
h1.red p a {
    color: #fff;
    display: inline-block;
    font-size: 3.5rem;
    line-height: 1;
    padding: 0px 13px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    background: #1C900D;


}

h2.red,
h1.red {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

h2.red:before,
h1.red:before  {
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 1px;
    z-index: 0;
    background: #1C900D;
    ;
}

.trending_container {
    margin-bottom: 10px;
}

.trending_container img {
    display: block;
    width: 100%;
    
}
.trending_article_text h3 p{
    font-size: 1.7rem;
     line-height: 1.2;
}


.trending_container--container h3 p a {
    color: #222;

    font-size: 1.7rem;
    line-height: 1.2;
    opacity: 1;
    width: 100%;
}
.trending_container--container h3 p a:hover{
    color: #0be6af;
}
.trending_container_container--supratitle span {
    font-weight: 700;
    text-transform: uppercase;
    color: #777;
    display: inline-block;

    font-size: 1.2rem;
    line-height: 1;
}

.trending_container_container--supratitle p a {
    color: #777;
    display: inline-block;

    font-size: 1.2rem;
    line-height: 1;
}

.trending_container_container--supratitle p a:hover {
    color: #777;
    display: inline-block;

    font-size: 1.2rem;
    line-height: 1;
}

.trending_container_container--supratitle {
    padding: 10px 0px;
}

.trending_container_main {
    counter-reset: section;
}

.trending_container {
    counter-increment: section;
    position: relative;

}

.trending_container--container:before {
    content: counter(section);
    color: #ccc;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    bottom: 0px;
    left: 0;
    text-align: center;
    padding: 0 10px;
}

.trending_container--container {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.main_news {
    position: relative;
    margin-bottom: 30px;
}

.main_news img {
    width: 100%;
}
.main_news .over_image_text{
    position: absolute;
    bottom: 0px;
    padding: 50px 0 0 50px;
    left: 0;
   background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.9) 100%);
   width: 100%;
}
.main_news .over_image_text_supratitle p a span{
    color: #0be6af;
    font-size: 1.6rem;
}

.main_news .over_image_text_supratitle p a,
.main_news .over_image_text_supratitle p a:hover {
    color: #eee;
     font-size: 1.2rem;
}
.main_news h2 p,
.main_news h2:before{
     all: unset;
}
.main_news h2 p a,
.main_news h2 p{  
    color: #fff;
    font-size: 2.7rem;
    line-height: 1.3;
}
.main_news h2 {  
    text-align: left;
}