.tfiok__wrapper__tfiok-cont__card__data-container {
    max-width: 45% !important;
}

.tfiok__wrapper__tfiok-cont__card__image-container, .tfiok__wrapper__tfiok-cont-fo__card-fo__image-container {
    min-height: 94px !important;
}

@media screen and (max-width: 768px) {
    .tfiok__wrapper__tfiok-cont__card {
        overflow: visible !important;
        height: 108px;
    }
    
    .tfiok__wrapper__tfiok-cont__card:before {
        height: calc(100% + 16px + 20px);
        width: 40px;
        content: ' ';
        position: relative;
        top: calc(-50% - 8px - 10px);
        border-bottom-left-radius: 20px;
        border-left: 2px solid #E20074;
        border-bottom: 2px solid #E20074;
        left: 10px;
    }

    .tfiok__wrapper__tfiok-cont__card:first-child:before {
        height: 60px;
        top: -30px;    
    }
}


@media screen and (min-width: 768px) and (max-width: 991px){    
    .tfiok__wrapper__tfiok-cont__card__data-container {
        max-width: 100% !important;
    }
    
    .tfiok__wrapper__tfiok-cont__card {
        height: 200px;
    }
    
    .tfiok__wrapper__tfiok-cont {
        position: relative;
    }
    
    .tfiok__wrapper__tfiok-cont__card:before {
        height: 240px;
        width: 140px;
        content: ' ';
        position: absolute;
        display: inline-block;
        padding:  20px;
        margin-top: -185px;
    }
    
    .tfiok__wrapper__tfiok-cont__card:nth-child(-n+2):before {
        height: 100px;
        top: 140px;    
    }

    /* bal oldali 3 kártyától jobbra (páratlanok) */
    .tfiok__wrapper__tfiok-cont__card:nth-child(odd):before {
        border-bottom-right-radius: 20px;
        border-right: 2px solid #E20074;
        border-bottom: 2px solid #E20074;
        left: calc(50% - 139px);
    }
    
    /* jobb oldali 3 kártyától balra (párosok) */
    .tfiok__wrapper__tfiok-cont__card:nth-child(even):before {
        border-bottom-left-radius: 20px;
        border-left: 2px solid #E20074;
        border-bottom: 2px solid #E20074;
        right: calc(50% - 139px);
    }
}




@media screen and (min-width: 992px) {   
    .tfiok__wrapper__tfiok-cont__card__data-container {
        max-width: 100% !important;
    }
    
    .tfiok__wrapper__tfiok-cont__card {
        overflow: visible !important;
    }
    
    .tfiok__wrapper__tfiok-cont {
        position: relative;
    }
    
    /* középső függőleges vonal */
    .tfiok__wrapper__tfiok-cont::before {
        height: 40px;
        border-right: 2px solid #E20074;
        content: '';
        top: -40px;
        position: absolute;
    }

    /* kártyák fölötti közös cuccok */
    .tfiok__wrapper__tfiok-cont__card:before {
        height: 80px;
        width: calc(100% + 32px + 20px);
        content: ' ';
        position: relative;
    }
    
    /* bal oldali 3 kártya fölötti */
    .tfiok__wrapper__tfiok-cont__card:nth-child(-n+3):before {
        border-top-left-radius: 20px;
        border-left: 2px solid #E20074;
        border-top: 2px solid #E20074;
        left: calc(50% + 16px + 10px);
    }
    
    /* jobb oldali 3 kártya fölötti */
    .tfiok__wrapper__tfiok-cont__card:nth-child(n+4):before {
        border-top-right-radius: 20px;
        border-right: 2px solid #E20074;
        border-top: 2px solid #E20074;
        right: calc(50% + 16px + 10px);
    }
}