/** Что необходимо **/

.ci-center-headers {
    text-align: center;
}

.features-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-item{
    margin: 0.5rem;
    padding: 1rem;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    text-align: center;

    flex-basis: 30%;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.feature-image img{
    max-width: 190px;
}

.feature-description{
    text-align: left;
}

.feature-title, .feature-description{
    margin-bottom: 1rem !important;
}

.feature-description{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

#order-image{
    margin-bottom: 2rem;
}