.news .title {
    padding-bottom: 70px;
}
.post-pos {
    border-radius: 25px;
    height: 500px !important;
}
.post-wrap {
    padding: 15px;
    color: white;
    position: absolute;
    bottom: 0;
}
.p_title {
    font-size: 25px;
    font-family: 'BagueSansProBold',Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
}
.p_excerpt {
    font-size: 14px;
}
.events .title {
    margin-bottom: 25px;
    margin-top: 100px;
}
.shadow-cover {
    background: rgb(79,81,91);
    background: linear-gradient(0deg, rgba(79,81,91,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}
.post-wrap a, .post-wrap a:hover {
    color: white;
    text-decoration:none;
    font-weight: 900;
}
.carouselposts {
    padding-bottom: 50px
}
.p_term {
    border: 1px solid white;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.carouselevents .p_title a {
    font-size: 19px;
    text-decoration: none;
    color: white;
    font-weight: 900;
}
.carouselevents .row {
    background: #4e515a;
    color: white;
    margin: 10px 0 9px 0;
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
    border-radius: 5px;
}
.carouselevents .more_cat {
    color: white;
    border: 1px solid white;
    border-radius: 9px;
    display: block;
    text-align: center;
    padding: 4px 0;
}
.event_date{
    font-weight: 900;
}
.cont-events {
    margin-bottom: 150px;
}