/*
Theme Name: Kastell
Theme URI: https://kastell.qodeinteractive.com/
Description: A Theme for Single Properties and Apartment Complexes
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: kastell
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.10
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.me{
    margin-top: 150px; 
    margin-bottom: 150px;
}
@media screen and (min-width: 320px) and (max-width: 800px) { 
    .me{
        margin-top: 0; 
    } 
    .line-2v2 img {
        width: 78% !important;
        position: relative;
        left: 16px;
    }
    .line-1 img {
        object-position: 10px -7px !important;
        width: 65% !important;
    }
}


/* new changes */
.priv-not h1.mkdf-st-title {
    text-align:left;
    margin-left:20px;
}
    
.line-1 img {
    object-position: -24px -7px;
    width: 30%;
}    

.line-2v2 img {
    object-position: -24px -7px;
    width: 55%;
}

.line-2 {
    padding: 0px 15px 0px 15px;
}