.desk-one-big{
    padding-top: 40px;
    padding-bottom: 40px;
}

.desk-one-big:after{
    content: "";
    display: block;
    clear: both;
}

.dob-left-area{
    float: left;
    width: 55%;
    height: 750px;
    position: relative;
}

.dob-title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}

.dob-left-image{
    height: 280px;
/*    margin-top: 100px;*/
/*    margin-left: 80px;*/
    margin-right: 80px;
    margin-bottom: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dob-text{
/*    margin-left: 80px;*/
    margin-right: 80px;
    position: absolute;
    bottom: 100px;
    font-size: 15px;
}

.dob-right-area{
    float: left;
    width: 45%;
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1350px){
    
   .dob-right-area{
        height: 700px;
    }
    
    .dob-left-image{
        height: 250px;
        margin-left: 50px;
        margin-right: 60px;
        margin-bottom: 55px;
    }
    
    .dob-text{
        margin-left: 50px;
        margin-right: 60px;
        margin-bottom: 55px;
    }
    
}

@media only screen and (max-width: 1200px){
    
     .dob-left-area{
        width: 50%;
    }
    
    .dob-right-area{
        width: 50%;
        height: 650px;
    }
    
    .dob-left-image{
        height: 230px;
        margin-left: 0px;
    }
    
    .dob-text{
        margin-left: 0px;
        font-size: 13px;
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 768px){
    
    .dob-title{
        padding: 0px 25px;
    }
    
    .dob-left-area{
        width: 100%;
        height: auto;
    }
    
    .dob-right-area{
        width: 100%;
    }
    
    .dob-left-image{
        height: 400px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    
    .dob-text{
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 50px 25px;
        position: static;
        font-size: 15px;
    }
   
}