.tbuy-bg1-pr {
    background-image: url(images/career/career01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 500px;
    /* background-position: 100% 100%; */
    background-position: center;
    max-width: none;
    position: relative;
    /* padding-bottom: 36%; */
}
.content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    bottom: 60px;
    left: 70px;
}
.home-p
{
	line-height: 1.8;
}
.div-pad
{
    padding-left: 20px;
    padding-right: 20px;
}
.margn-row
{
    margin-top: 80px;
    margin-bottom: 50px;
}

.blue-row
{
    background-color: #002245;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.blue-h
{
    color: #fff;
    letter-spacing: 2px;
    font-size: 30px;
}
.blue-img
{
    margin-top: 50px;
    
}
.gray-div
{
   background-color: #fafafc;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center; 
    margin-top: 30px;
    margin-bottom: 30px;
}
.gray-h
{
    color: #002245;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.gray-p
{
    color:#000;
    font-size: 16px;
    margin-bottom: 0px;
}
.pad-div
{
    margin-top: 52px;
}
@media screen and (max-width: 1132px)
{
.tbuy-bg1-pr {
    height: 420px;
}
.blue-h
{
font-size: 25px;
}
.gray-h
{
    font-size: 20px;
}

}

@media screen and (max-width: 991px) and (min-width: 768px)
{
.tbuy-bg1-pr {
    height: 350px;
}
.content {
    top: 24% !important;
}
.blue-h
{
    font-size: 22px;
}

}

@media screen and (max-width: 767px){
 
 .tbuy-bg1-pr
    {
       background-image: url(images/home-page/resized.png);  
    }  
 .content
     {
         left: 30px;
     }
    
}    