.col-lg-6{
    padding: 0;
}
.work{
    position: relative;
    padding-bottom: 20px;
}
.gray{
    position: absolute;
    margin-top: 220px;
    width: 100%;
    height:85%;
    background-color: #EEEEEE;
}
.work-background{
    position: absolute;
    z-index: 1;
    width: 100%;
}
.work-title-question{
    position: relative;
    z-index: 2;
    margin-top: 230px;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.work-box-left{
    position: relative;
    z-index: 2;
    float: right;
    right: 10px;
    margin-top: 20px;
    width: 467px;
    height: 208px;
    background-color:#FFFFFF ;
    border: 2px solid #CCCCCC;
    border-radius: 22px;
    transition: 0.3s;
}
.work-box-right{
    position: relative;
    z-index: 2;
    left: 10px;
    margin-top: 20px;
    width: 467px;
    height: 208px;
    background-color:#FFFFFF ;
    border: 2px solid #CCCCCC;
    border-radius: 22px;
    transition: 0.3s;
}
.work-box-left:hover {   
    background-color:#ededed;
}
.work-box-right:hover {   
    background-color:#ededed;
}
.work-svg-box{
    position: relative;
    float: left;
    height: 100%;
    width: 40%;
}
.work-title-box{
    position: relative;
    float: left;
    height: 100%;
    width: 60%;
}
.work-svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.work-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 29px;
    font-weight: 600;
    font-size: 24px;
    width: 215px;
  }
@media only screen and (max-width: 991px) {
    .work-title-question{
        position: relative;
        z-index: 2;
        margin-top: 150px;
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }
    .work-box-left{
        float: none;
        right: 0;
        left: 0;
        margin: auto;
        margin-top: 20px;
        width: 467px;
        height: 208px;
    }
    .work-box-right{
        float: none;
        right: 0;
        left: 0;
        margin: auto;
        margin-top: 20px;
        width: 467px;
        height: 208px;
    }
    .work-svg-box{
        position: relative;
        float: left;
        height: 100%;
        width: 40%;
    }
    .work-title-box{
        position: relative;
        float: left;
        height: 100%;
        width: 60%;
    }
    .work-svg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

}
@media only screen and (max-width: 767px) {
    .work-title-question{
        position: relative;
        z-index: 2;
        margin-top: 80px;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 44px;
        text-align: center;
    }
    
}
@media only screen and (max-width: 500px) {
    .work-title-question{
        position: relative;
        z-index: 2;
        margin-top: 80px;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 44px;
        text-align: center;
    }
    .work-box-left{
        float: none;
        right: 0;
        left: 0;
        margin: auto;
        margin-top: 20px;
        width: 90%;
        height: 161px;
    }
    .work-box-right{
        float: none;
        right: 0;
        left: 0;
        margin: auto;
        margin-top: 20px;
        width: 90%;
        height: 161px;
    }
    .work-svg-box{
        position: relative;
        float: left;
        height: 100%;
        width: 40%;
    }
    .work-title-box{
        position: relative;
        float: left;
        height: 100%;
        width: 60%;
    }
    .work-svg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 120px;
        padding-left: 8px;
    }
    .work-title{
        line-height: 20px;
        font-weight: 600;
        font-size: 16px;
        width: 140px;

    }
    .gray{
        position: absolute;
        margin-top: 70px;
        width: 100%;
        height:95%;
        background-color: #EEEEEE;
    }
}