.main-image img {
    margin: auto;
}

ol.carousel-indicators {
    bottom: -10px;
    background-color: #FFF;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    color: #0257b2;
    font-size: 2rem;
}

a.right.carousel-arrow {
    right: 2%;
}

a.left.carousel-arrow {
    left: 2%;
}

.feature-section {
    padding: 0 1rem;
}

.feature-content h2 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
}


.feature-item {
    padding: 2rem 1rem;
    max-width: 100%;
}


/*.flex-image {
    box-shadow: 3px 3px 3px rgba(0,0,0,.4);
    border: 1px solid #CCC;
    padding: 4px;
}*/

.feature-content-inner {
    width: 100%;
    max-width: 100%;
}

h4.features {
    padding-bottom: .5rem;
    line-height: 1.2;
}

.flex-description {
    width: 100%;
}

@media screen and (min-width: 48em){
    .flex-column-wrap {
        flex-flow: row nowrap;
    }

    .flex-image {
        -webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 2;         /* OLD - Firefox 19- */              /* For old syntax, otherwise collapses. */
        -webkit-flex: 2;          /* Chrome */
         -ms-flex: 2;              /* IE 10 */
        flex: 2;
        width: 100%; 
    }

    .flex-description {
        -webkit-box-flex: 3;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 3;         /* OLD - Firefox 19- */              /* For old syntax, otherwise collapses. */
        -webkit-flex: 3;          /* Chrome */
        -ms-flex: 3; 
        flex: 3;
    }
}

@media screen and (min-width: 62em) {
    
    .feature-section {
        padding: 0 4rem;
    }

    .feature-item {
        padding: 0 1rem;
    }

    .flex-description {
        -webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 2;         /* OLD - Firefox 19- */              /* For old syntax, otherwise collapses. */
        -webkit-flex: 2;          /* Chrome */
        -ms-flex: 2;              /* IE 10 */
        flex: 2;
    }
}
