#about{
    padding-top: 0px;
}

.description{
    text-align:justify ;
}

.events-title{
    font-weight: bold;
    font-size: 22px;
    color:#b41737;
    padding:25px 0px;
}

.description p{
    margin-top :30px;
}


.website a{
    color:#006373;
}
.full-width{
    width: 100%;
}
.single-element-content{
    padding: 20px 20px;

    margin-bottom: 30px;
    display: inline-block;
    -webkit-box-shadow: 0px 7px 22px -4px rgba(117,117,117,0.55);
    -moz-box-shadow: 0px 7px 22px -4px rgba(117,117,117,0.55);
    box-shadow: 0px 7px 22px -4px rgba(117,117,117,0.55);
}


.single-element-header {
    margin-bottom: 10px;
}
.single-element-header div{
    font-size: 14px;
    font-weight: 600;
}

.single-element-header .single-element-date{
    width: 75px;
padding-right: 0px;
}

.single-element-header  .single-element-type{
    padding-left: 0px;
    text-transform: uppercase;
}

.single-element-body .single-element-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.single-element-journal{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-element-body {
    margin-bottom: 10px;
}


.list-elements:not(.detailed-news) .single-element-body .single-element-text span{
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-element-body .single-element-text-full span{
    display: unset;
    overflow: unset;
    text-overflow: unset;
}


.single-element-img img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}