/*---- MAIN-EXPERTISE-STY CSS dimensions ----*/
/*----EXPERTISE STYLING----*/
.expertise-text-background {
    background: url(../images/background_images/expertise_n.jpg) #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.expertise-main-title {
    width: 700px;
    margin: 0 auto;
    padding: 150px 20px 20px 20px;
    font-size: 3.6em;
}
.expertise-text-content {
    width: 700px;
    margin: 0 auto;
    padding: 2em 20px 8em 20px;

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}
.expertise-icons-content {
    /*flex-basis: 90%;*/
    /*-webkit-flex-basis: 90%;*/

    /*width: 90%;*/
    margin: 0 auto;
    padding: 4em 2em;
}
.expertise-icon img {
    width: 75%;
}
.expertise-item-odd-background {
    background: url(../images/background_images/home_stripes_1_n.jpg) #CCC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.expertise-item-icon img {
    padding: 12px;
}
.expertise-item-content {
    flex-basis: 70em;
    -webkit-flex-basis: 70em;
    max-width: 700px;
    margin: 0 auto;
    padding: 4em 20px;
}
.expertise-title {
    font-size: 3em;
    padding-left: 20px;
    line-height: 77px;
}
.expertise-text {
    margin-top: 1em;
    font-size: 2em;
    line-height: 100%;
}
/*----------------------*/
/*---- ----*/