.text-justify {
    text-align: justify;
}

.causes-item{
    transition: all 0.35s ease;
    border-top: 5px solid #101056;
}

.causes-item:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,.12) !important;
}

.program-image{
    width:100%;
    height:250px;
    object-fit:cover;
}

.program-title{
    min-height:70px;
    line-height:1.4;
    font-weight:700;
    color:#101056;
}

.program-text{
    text-align:justify;
    text-justify:inter-word;
    line-height:1.8;
    font-size:15px;
    color:#6c757d;
}

.program-badge{
    display:inline-block;
    background:#101056;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.program-btn{
    align-self:flex-start;
}
