.slid-itm {
    position: relative;
    text-align: center;
    padding: 40px;
}

.slide-title {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.text {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 0px;
    text-align: left;
}

.slide-desc {
    font-size: 24px;
    margin: 30px 0px;
    line-height: 30px;
}
footer{
        margin-top: 50px;
}
.other_langs{
    margin-top: 10px;
}

.other_langs a{
    position: relative;
    bottom: 4px;
    color: white !important;
}

.other_langs .active a{
    color: #f70 !important;
    
}
.article-item{
    margin-bottom: 20px;
}

.article-item:hover{
    text-decoration: underline;
}