.box_2{
    padding: 30px;
    border-radius: 20px;
    position: sticky;
    top: 80px;
    position: -webkit-sticky;
    .imgBox{
        &:not(:last-child){
            margin-bottom: 40px;
        }
        figure{
            width: 100%;
            display: flex;
            text-align: center;
            align-items: center;
            margin-bottom: 15px;
            justify-content: center;
            img{
                width: auto;
                display: inline-block;
            }
        }
        figcaption{
            display: block;
            line-height: 1.2;
            text-align: center;
        }
    }
}

.box_3{
    padding: 30px;
    border-radius: 20px;
    .eachBox{
        &:not(:last-child){
            margin-bottom: 30px;
        }

        .box_3_inner{
            margin-top: 15px;
            border: 1px solid #aeb0b2;
            border-left: 0;
            padding-top: 10px;
            padding-bottom: 30px;
            border-radius: 0px 20px 20px 0;
            .topText{
                top: -25px;
                margin-bottom: 0;
                position: relative;
                padding-right: 15px;
                display: inline-block;
                background-color: #f1f2f2;
            }
            .col-lg-6, .col-xl-3{
                &:not(:last-child){
                    border-right: 1px solid #aeb0b2;
                }
                position: relative;
                .imgBox{
                    text-align: center;
                    figure{
                        height: 48px;
                        display: block;
                        margin-bottom: 15px;
                        img{
                            width: auto;
                            height: auto;
                            display: inline-block;
                        }
                    }
                }
            }
            .box_3_Inner{
                display: flex;
                flex-wrap: wrap;
            }
            .box_3_Iteam{
                width: 16.5%;
                padding: 0 15px;                
                border-right: 1px solid #aeb0b2;
                .imgBox{
                    text-align: center;
                    figure{
                        height: 48px;
                        display: block;
                        margin-bottom: 15px;
                        img{
                            width: auto;
                            height: auto;
                            display: inline-block;
                        }
                    }
                }
                &:last-child{
                    border-right: none;
                }
            }
        }

        &.eachBox_3{
            .col-lg-4{
                &:not(:last-child){
                    margin-bottom: 20px;
                }
                .imgBox{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    figure{
                        width: 60px;
                        height: 60px;
                        display: flex;
                        align-items: center;
                        justify-content: flex-start;

                        img{
                            width: auto;
                            height: auto;
                            display: inline-block;
                        }
                    }
                    figcaption{
                        width: calc(100% - 60px);
                        padding-left: 10px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1280px) {
    .box_3 {
        .eachBox {
            .box_3_inner {
                .box_3_Iteam {
                    width: 33.33%;
                    padding: 0 15px;
                    border-right: 1px solid #aeb0b2;
                    margin-bottom: 20px;
                    padding-bottom: 20px;
                    position: relative;
                    &:nth-last-child(1), &:nth-last-child(2), &:nth-last-child(3){
                        padding-bottom: 0px;
                        margin-bottom: 0px;
                        &::after{
                            display: none;
                        }
                    }
                    &:nth-child(3n){
                        border-right: none;
                    }
                    &:after{
                        width: 80%;
                        left: 50%;
                        transform: translateX(-50%);
                        position: absolute;
                        content: "";
                        height: 1px;
                        background-color: #aeb0b2;
                        bottom: -10px;
                    }
                }
            }
        }
    }
}
@media (max-width: 1200px) {
    .box_3 {
        padding: 20px;
        .eachBox {
            .box_3_inner {
                .col-lg-6 {
                    margin-bottom: 20px;
                    padding-bottom: 20px;
                    &:after{
                        width: 80%;
                        height: 1px;
                        background-color:#aeb0b2 ;
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        content: "";
                        transform: translateX(-50%);
                    }
                    &:nth-child(2n) {
                        border-right:none;
                    }
                    &:nth-last-child(2), &:nth-last-child(1){
                        padding-bottom: 0px;
                        margin-bottom: 0px;
                        &:after{
                            display: none;
                        }
                    }
                }
            }
        }
    }
    .box_3 {
        .eachBox {
            &.eachBox_3 {
                .col-lg-4 {
                    .imgBox {
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        flex-direction: column;
                        align-items: center;
                        text-align: center;
                        figure{
                            display: block;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 575px) {
    .box_3 {
        .eachBox {
            .box_3_inner {
                .col-sm-6 {
                    border-right: none !important;
                    &::after{
                        display: block !important;
                    }
                    &:nth-child(2n) {
                        border-right:none;
                    }
                    &:nth-last-child(2), &:nth-last-child(1){
                        padding-bottom: 20px;
                        margin-bottom: 20px;
                    }
                    &:last-child{
                        padding-bottom: 0px !important;
                        margin-bottom: 0px !important;
                        &::after{
                            display: none !important;
                        }
                    }
                }
            }
        }
    }
    .box_3 {
        .eachBox {
            .box_3_inner {
                .box_3_Iteam {
                    width:50%;
                    &:nth-last-child(1), &:nth-last-child(2){
                        padding-bottom: 0px;
                        margin-bottom: 0px;
                        &::after{
                            display: none;
                        }
                    }
                    &:nth-last-child(3){
                        padding-bottom: 20px;
                        margin-bottom: 20px;
                        &::after{
                            display: block;
                        }
                    }
                    &:nth-child(3n){
                        border-right: 1px solid #aeb0b2;
                    }
                    &:nth-child(2n){
                        border-right: none;
                    }
                }
            }
        }
    }
}
@media (max-width: 420px) {
    .box_3 {
        .eachBox {
            .box_3_inner {
                padding-right: 20px;
                .box_3_Iteam {
                    width: 100%;
                    border-right: none;  
                    &::after{
                        bottom: 0;
                    }                  
                    &:nth-child(3n){
                        border-right: none;
                    }
                    
                    &:nth-last-child(2){
                        padding-bottom: 20px;
                        margin-bottom: 20px;
                        &::after{
                            display: block;
                        }
                    }
                }
            }
        }
    }
}