.involved-item_post.involved-item__title {
    font-size: 25px;
    min-height: 96px;
    align-items: center;
    line-height: 30px;
}
.storyline-item__more a:hover{
    color:#f20000 !important;
}
.sidebar a{
    color: #000000;
}
.involved_post{
    padding: 40px 0;
}
.active .nav-link, .active .nav-link:hover, .nav-link:hover, .current-menu-parent a[data-bs-toggle="dropdown"]{
    color:#f20000 !important;
}
.storyline-item__title a{
    color:#000000;
}
.storyline-item__title a:hover{
    color:#f20000;
}
.current-menu-parent a[data-bs-toggle="dropdown"]::after {
    content: "";
    background-image: url(../../assets/img/underline-blood.svg);
    width: 60%;
    display: flex;
    height: 25px;
    position: absolute;
    top: calc(100% - 4px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    right: 0;
    transform: translateY(0px);
    transition: width 0.1s ease-in-out, height 0.4s ease-out 0.1s, transform 0.4s ease-out 0.1s;
}
.current-menu-parent a[data-bs-toggle="dropdown"] {
text-decoration: none;
border-bottom: 2px solid #790000 !important;
transition: none;
}
.storyline_post img{
    width: 100%;
}
.involved.bg-gray .involved-item__title.red{
    color:#ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
}
.page-template-templates.partners{
    padding:0;
}
.involved-item__image a{
    width: 100%;
}

.involved.bg-gray .involved-item__description{
    padding-bottom: 0;
    padding-top: 30px;
}