.news-events {
    margin-top: 50px;
    margin-bottom: 50px;
}
.news-events .news-date {
    background-color: rgba(88, 88, 90, 0.3);
}

.news-events .news-text {
    background: white;
    text-align: left;
}

.news-events .news-text-content {
    text-align: justify;
    color: #d0d0d0;
}

.news-events .title {
    margin-bottom: 0;
    margin-top: 20px;
}
 
.news-events .country {
    color: #d0d0d0;
}

.news-events img {
    margin: 0 !important;
}

.news-events .pictures-row a {
    margin-bottom: 100px;

}
.news-events .green-button{
    width:150px;
}

.news-events .read-more {
    background: transparent;
    border: 1px solid #08a450;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}

.news-events-container .black-triangle {
    position: absolute;
    bottom: -4px;
    left: 49%;
    display: none;
}

.news-events-container {
    text-decoration: none;
    margin-bottom: 20px;
}

.news-events-container:hover {
    text-decoration: none;
}

.news-events-container .full-width {
    background: #f6f4f7 !important;
    color: black;
    text-decoration: none !important;

}

.news-events-container:hover .full-width {
    background: black !important;
    color: white;
    text-decoration: none !important;

}

.news-events-container:hover .text-container {
    text-decoration: none !important;

}

.news-image-container:hover .mask {
    display: block;
}

.news-events-container:hover p {
    text-decoration: none !important;
}

.news-events-container:hover .black-triangle {
    display: block;
    text-decoration: none;
}

.news-events-container .hovered {
    background-color: #58585a !important;
    color: white !important;
}

@media only screen and (max-width: 1191px) {
    .news-events .pictures-row {
        margin-top: 50px !important;
        padding:0;
    }

}