/* agriculture banking */
.figb {
    .row_3{
        .splImgWrap{
            padding-top: 60px;
            margin-bottom: 60px;
            .splImg{
                
            }
            .green_grad_bx{
                left: 0;
                top: 20px;
            }
            .orange_grad_bx{
                right: -40px;
                bottom: -40px;
            }
        }
    }

    .figbsec_2{
        .eachBlock{
            &:not(:last-child){
                margin-bottom: 60px;
            }
            .eachBlockCont{
                padding: 0 30px 30px 15px;
            }
            .h4Head{
                top: -22px;
            }
        }
        .eachBlockImg{
            border-right: 3px solid #229e82;

            img{
                width: 100%;

                &.rotatingFlower{
                    width: auto;
                }
            }
            
            &:after{
                right: -3px;
                width: 90%;
                height: 3px;
                bottom: -3px;
                content: '';
                position: absolute;
                background-color: #229e82;
            }
        }
    }
}

/* Responsive */

@media (max-width: 991px){
    .figbsec_2{
        padding-top: 70px;
    }
}