.small_content {
    display: flex;
    align-items: center;
}

.small_img {
    max-width: 80px;
    margin-right: 8px;
}

.small_img img {
    width: 100%;
}

.small_content h3 p {
    font-size: 2rem;
    line-height: 1.2;
}

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: 5px 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;
    ;
}
.anunt h3 {
    padding-bottom: 10px;

}
.anunt h3 p a {
    font-size: 2.2rem;

}
.anunt {
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
    padding: 10px 0px;

}