.fin_services {
    background: #F0F2FE;
}

.fin_services > .container {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(/images/front/home/map-world.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    align-items: center;
}

.ifcm_group_body {
    display: flex;
    flex-wrap: wrap;
}

.ifcm_group {
    font-size: .875rem;
    display: flex;
    flex-direction: column;
    width: calc(25% - 5px);
    margin: 0 auto;
    padding: 35px 20px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}

.ifcm_group_line {
    position: relative;
    width: 1px;
    height: 50px;
    margin: 0 auto 0;
    background: #ccc;
}

.ifcm_group_child {
    position: relative;
    display: flex;
    flex-direction: row;
}

.child_line {
    position: relative;
    right: 0;
    left: 0;
    width: 70%;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 0;
}

/*.child_line:before {*/
/*    position: absolute;*/
/*    left: 33%;*/
/*    display: inline-block;*/
/*    width: 1px;*/
/*    height: 50px;*/
/*    margin: 0 auto;*/
/*    content: '';*/
/*    border-bottom: 0;*/
/*    background: #ccc;*/
/*}*/

/*.child_line:after {*/
/*    position: absolute;*/
/*    right: 33%;*/
/*    display: inline-block;*/
/*    width: 1px;*/
/*    height: 50px;*/
/*    margin: 0 auto;*/
/*    content: '';*/
/*    border-bottom: 0;*/
/*    background: #ccc;*/
/*}*/

.ifcm_group > h2 {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

.middle_child {
    margin: 0 50px;
}

.group_txt {
    line-height: 22px;
}

@media (max-width: 767px) {
    .ifcm_group_line,
    .child_line {
        display: none;
    }

    .ifcm_group_child {
        flex-direction: column;
        max-width: 100%;
        align-items: center;
    }

    .ifcm_group {
        width: 100%;
        margin-bottom: 20px;
        padding: 15px 20px;
    }

    .ifcm_group_child .ifcm_group {
        max-width: 90%;
    }

    .container > .ifcm_group {
        max-width: 100%;
        margin-bottom: 0;
    }

    .mob_fin_services {
        width: 90%;
    }

    .mob_fin_services {
        border-left: 1px solid #ccc;
    }

    .ifcm_group_child {
        padding-top: 20px;
    }


    .mob_fin_services {
        position: relative;
    }

    .ifcm_group_child .ifcm_group:before {
        position: absolute;
        left: 0;
        width: 5%;
        height: 1px;
        content: '';
        background: #ccc;
    }

    .ifcm_group_child:last-child {
        margin-bottom: -66px;
    }

    .fin_services > .container {
        padding-bottom: 100px;
    }
}

.ifc-markets .footer {
    margin-top: 0;
}