.ft-parent .row {
    margin: 0;
}

.ft-parent .ft-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 55px 1%;
}

.ft-parent .col-md-4 {
    border: #e8e8e8 1px solid;
}

.ft-parent .ft-item img {
    height: 60px;
    margin-bottom: 25px;
}

.ft-parent .ft-item h4 {
    font-size: 19px;
}

.ft-parent .ft-item p {
    font-size: 14px;
    color: #999999;
    margin: 0;
}

.footer-links-parent {
background: #eceeef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-links-parent a {
    display: block;
    padding: 25px;
    text-align: center;
color: #324fa6;
    font-size: 20px;
}

footer .footer-info{
    text-align: center;
    color:#fff;
    font-size: 13px;
    padding: 25px 0;
background: linear-gradient(57deg, #00C6A7 0%, #1E4D92 100%);
    margin: 0;
}
