/*  */
/* Index */
/*  */
.outstanding__menu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.outstanding__menu ul li {
    color: white;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

.outstanding__menu ul li:last-child {
    margin-right: 0;
}

.features_item img {
    width: 100%;
}

/*  */
/* FAQ */
/*  */

.faq__container {
    padding: 50px 0;
}

.faq__container h3 {
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1C9157;
    font-size: 22px;
}