@import "../../var";
/*select-part-wrap:start*/
.select-part-wrap{
    margin-top: 20px;
    .position{
        display: flex;
        height: 115px;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
        img{
            height: 100%;
        }
    }
    .custom-radio-section{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        .custom-radio{
            width: 100%;
            margin-top: 20px;
            text-align: center;
        }        
    }
}
/*select-part-wrap:end*/