.abcfslItemCntrLst {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33%;
    float:left;
}

.abcfslImgCntrLst {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .abcfslItemCntrLst {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .abcfslItemCntrLst {
        width: 100%;
        padding-right: 20px;
    }
}