#featuredMerchants {
    padding:50px 0;
}
.aboutHeading {
    font-size: 16px;
    margin:0; padding:0;
}


.merchantCard {
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(240,220,220,1);
    text-align: center;
    padding:3px;
    height: 100%;
}

.merchantCard .toque {
    position: absolute;
    width: 50px; height: 50px;
    top:-25px; left:50%;
    margin-left: -25px;
    z-index: 3;
}
.merchantCard .image img {
    width: 100% !important;
}
.merchantCard .info {
    padding-left:10px;
    padding-right:10px;
}
.merchantCard .logo {
    width:170px; height: 170px;
    border:2px solid #FFF;
    display: inline-block;
    margin-top: -80px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.merchantCard .title {

}
.merchantCard .subtitle {
    margin-top: 10px;
}
.merchantCard .address, .merchantCard .specs {
    display: inline-block;
    margin: 15px 5px;
}
.merchantCard .specs {
    /*margin:10px 0;*/
}
.merchantCard .address {
    /*margin-bottom: 15px;*/
}
.merchantCard .buttons {
    padding:20px 0;
}
.merchantCard .markAsFavourite {
    position: absolute;
    z-index: 10;
    width: 112px; height: 38px;
    background-color: #FFFFFF;
    right:10px; bottom:-17px;
    color:#95435E;
    cursor: pointer;border-radius: 100px;
}
.merchantCard .markAsFavourite .heartHolder {
    position: absolute;
    border:1px solid #95435E;
    width:34px; height: 34px;
    left:2px; top:2px;
    border-radius: 18px;
    padding-top: 8px;
}
.merchantCard .markAsFavourite .fText {
    position: absolute;
    width:70px; height: 34px;
    right:2px; top:9px;
}