.tabber-flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0
}
.tabber-flex-item {
    width: 45%;
    margin: 10px 15px
}
.lifecycle-tabber-tablet, .lifecycle-tabber-mobile {
    display: none
}
.tabber-pane-header {
    text-align: center
}
a.mobile-anchor-link {
    color: #0666f2;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Proxima Nova';
    font-weight: 700
}
ul.tabber-tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    border-bottom: 6px solid #8002ef
}
.tabber-tabs > li {
    float: left;
    background: #8040cf;
    margin: 10px 15px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    width: 49.36%
}
    .tabber-tabs > li:last-child {
        margin-right: 0
    }
    .tabber-tabs > li.active {
        background: #8000ef;
    }
    .tabber-tabs > li > a {
        line-height: 14px;
        line-height: 20px;
        text-decoration: none;
        display: block;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 68px;
        padding: 0 10px;
        width: 100%
    }
.tabber-heading {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}
.tabber-tabs > .active > a, .tabber-tabs > .active > a:hover, .tabber-tabs > .active > a:focus {
    color: #fff;
    cursor: default
}
.tabber-content {
    background-color: #ececec;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
    clear: both
}
@media(max-width:1330px) {
    .tabber-tabs > li {
        width: 49.32%
    }
}
@media(max-width:1265px) {
    .tabber-tabs > li {
        width: 49.30%
    }
}
@media(max-width:1233px) {
    .tabber-tabs > li {
        width: 49.20%
    }
}
@media(max-width:1100px) {
    .tabber-tabs > li {
        width: 49.10%
    }
}
@media(max-width:1000px) {
    .lifecycle-tabber-desktop {
        display: none
    }

    .lifecycle-tabber-tablet {
        display: block
    }

    .tabber-tabs > li {
        width: 48.75%
    }
}
@media(max-width:767px) {
    .tabber-tabs > li {
        width: 48.3%
    }

    .tabber-flex-container {
        flex-wrap: wrap
    }

    .tabber-flex-item {
        width: 100%
    }
}
@media(max-width:600px) {
    .lifecycle-mobile-tabber-header {
        text-align: center;
        border-top: 1px solid #000
    }

    .lifecycle-tabber-mobile {
        display: block
    }

    .lifecycle-tabber-tablet {
        display: none
    }
}

.tabber-tabs > li {
  /* width: 23%!important; */
  width: auto;
  min-width: 120px;
}

.tabber-tabs > li > a {
  height: 60px;
}

div.row-fluid-wrapper {
  margin:0 auto;max-width:1120px;
}
