/* -- slide a one -- */
section.section-bg-light {
    background: #f3f3f3;
    width: 100%;
}

section.section-bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section-container {
    padding: 15px;
}

/* services */
section.section-services li {
    padding: 10px 15px;
    width: calc(50% - 30px);
}

section.section-3-col-bottom-text.cell-borders .section-cell-item,
section.section-3-col-top-text.cell-borders .section-cell-item {
    background-color:#fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-transition: .2s;
}