.who_are_we h5 {
    margin-bottom: 50px;
}

.who_we_are_button {
    margin-top: 30px;
}
.who_are_we ul {
    list-style: none;
}

.who_are_we li {
    position: relative;
    margin-bottom: 5px;
}

.who_are_we li:before {
    content: '\f621';
    font-family: 'FontAwesome';
    position: absolute;
    left: -30px;
    color: var(--light-green);
    text-shadow: 1px 2px 1px var(--heading);
}
@media only screen and (max-width: 991px) {
    .who_we_are_button {
        margin-bottom: 50px;
    }
}

