﻿.cust-main {
    background-image: url(../images/home/bg-pattern.png);
    background-position: 50%;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.cust-row {
    margin-bottom: 10px;
}

.cust-item {
    margin: 0 auto 30px;
    text-align: center;
    
    padding: 20px;
    min-height: 138px !important;
    background-color: #fff;
    border-radius: 45px;
    border: 1px solid #d5d5d5 !important;
}

.cust-title {
    color: #023f56 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cust-img
{
    width:80px;
    height:80px;
}