.right-photo-desk{
    padding: 80px 0px;
}

.right-photo-desk .page-content:after{
    content: "";
    display: block;
    clear: both;
}

.rpd-photo{
    float: left;
    width: 50%;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rpd-text{
    float: left;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 25px;
}

.rpd-text p{
    margin-top: 0px;
}

h1.rpd-title {
    font-size: 33px;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px){
    
    h1.rpd-title{
        font-size: 24px;
    }
 
    .rpd-photo{
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    
    .rpd-text{
        width: 100%;
        padding-left: 0px;
    }
    
}