.Our_Work {
    margin: 40px 0px;
    background: #272727;
    padding: 1px 0%;
}

.Our_Work .div1 .sub_text {
    color: #fff;
}

.Our_Work .div1 .box_text {
    background-color: transparent;
}

.Our_Work .div1 {
    margin: 80px 0px;
}

.Our_Work .div1 .simple_text {
    color: #fff;
    font-weight: 500;
}

.Our_Work .div1 .Common_Title .text_content,
.Our_Work .div2 .Common_Title .text_content {
    margin-top: 25px;
    width: 60%;
}

@media (min-width:0px) and (max-width: 991px) {

    .Our_Work .div1 .Common_Title .text_content,
    .Our_Work .div2 .Common_Title .text_content {
        width: 100%;
    }

    .Our_Work .div1 {
        margin: 40px 0px;
    }

    .Common_Title .text_content .dark_text {
        text-align: justify;
    }
}