 #job-listing-central {
                background: 
                    linear-gradient(
                    rgba(0, 0, 0, 0.2),
                    rgba(0, 0, 0, 0.2)
                    ),
/*                    url(../img-other-Pg/computer-2014113_1280.jpg);*/
                    url(../../img-other-Pg/career/job-central.jpg);
                background-size: cover;
                background-position: 20% 52%;
             
                width: 100%;
                height: 430px;
                margin: 0px;
                position:relative;
                float: left;
            }
              /*================================ central images===end=============================================*/

            .mid p {
                font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
                font-weight: 500;
                color: white;

                text-transform: uppercase;
                margin: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                font-size: 50px !important;
                line-height:35px !important;
                transform: translate(-50%, -50%);
            }