.UIGoldCustomer {
    background: #f6f6f6;
    margin: auto;
    padding-bottom: 10px;
}
.UIGoldCustomer .container {
    width:1170px;
    margin: 0 0px;
    /* text-align: center; */
}
.UIGoldCustomer .title-block h21 {
    font-size: 30px;
    margin: 0;
    padding: 20px 0 20px 5px;
    color: #231f20;
    text-align: center;
    font-family: 'Truculenta', sans-serif;
}
.UIGoldCustomer .title-block h2 {
    text-align: center;
    color: #017745;
    padding: 30px 0;
    font-family: Roboto;
    //background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.UIGoldCustomer .container a.item img {
        height: 73px;
        width: 264px;
        margin: 10px;
        background: #fff;
        /* padding: 10px; */
        border: 1px solid #017744;
}
.UIGoldCustomer .container a.item .title {
    display:none;
}

