.support-banner{
    background: #f4f4f4;
}
section#customers img {
    width: 80%;
    margin: auto;
}
.card {
    box-shadow: -14px -11px 0px #e96622;
    padding: 20px;
    min-height: 230px;
    max-width: 90%;
    margin: auto;
    border-top-left-radius: 0px;
    margin-bottom: 35px;
}
.card .title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #13466c;
}
.card p {
    min-height: 120px;
}
.card .cta-btn {
    display: inline-block !important;
    max-width: 140px;
    border: 1px solid #114368 !important;
    color: #e96622;
    margin: auto;
}  

.arrow-left {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #e96622;
    transform: rotate(47deg);
    position: absolute;
    top: -28px;
    left: -15px;
}
.bullets{
    list-style-type: none;
}
.bullets li {
    margin: 20px auto;
    position: relative;
    padding-left: 25px;
}
.bullets li:before{    
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 15px;
    height: 16px;
    background: url(../../images/socxo/home/smart/black-arrow.png) 0px 0px no-repeat;
    background-size: 70%;
}
.sub-title{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px !important;
    font-weight: bold;
}