a {

    text-decoration: none;

}

.contribution ul {
    padding: 0;
    list-style: none;
    margin: 35px 0 45px;
}

.contribution ul li {
    font-weight: 500;
    line-height: 30px;
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
    color: #031550;
}

.contribution ul li::before {
    content: "\f058";
    font-family: fontawesome;
    position: absolute;
    left: 0px;
    color: #ffb200;
}

.contribution h2 {
    font-family: "Poppins", sans-serif !important;
    color: #031550;
    line-height: 1.4;
    font-weight: 300;
    margin: 0 0 15px;
}