*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
#property-mgt-page-content-cont{
    position: relative;
    width: 100%;
    background: var(--page-bgcolor);
    padding: 3rem 0;
    padding-top: 0rem;
}
.property-mgt-page-intro{
    position: relative;
    width: 100%;
    padding: 1rem 0.7rem;
    padding-top: 1rem;
    background-color: var(--primary-color-light);
}

 .pmgt-page-nner-wrapper{
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
 }
 
.pmgt-img-wrapper{
    position: relative;
    width: 60%;
    height: 350px;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}
.pmgt-img-wrapper>.pmgt-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.pmgt-intro-text-wrapper{
    position: relative;
    width: 40%;
}
.pmgt-intro-text-wrapper h1{
    position: relative;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--pure-white);
    margin-bottom: 1.3rem;
}
.pmgt-intro-text-wrapper>p{
    line-height: 1.3;
    font-size: 22px;
    width: 100%;
    color: #f5f5f5;
}


.property-services-listing-cont{
    position: relative;
    width: 80%;
    margin: 2rem auto;
    background-color: var(--pure-white);
    padding: 1rem 0.7rem;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.15);
    border-radius: 5px;
}
.property-services-listing{
    position: relative;
    width: 100%;
}
.property-services-listing>li{
    position: relative;
    width: 100%;
    line-height: 1.3;
    margin: 0.5rem 0;
    color: #888;
    font-size: 14px;
}
.property-services-listing-cont .pmgt-bullet-icon{
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--primary-color-light);
}


@media(max-width:790px){
    .pmgt-page-nner-wrapper{
        width: 90%;
     }
     
    .pmgt-img-wrapper{
        position: relative;
        width: 60%;
        height: 350px;
        border-radius: 10px;
        box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
    }
    .pmgt-img-wrapper>.pmgt-img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
    .pmgt-intro-text-wrapper{
        position: relative;
        width: 40%;
    }
    .pmgt-intro-text-wrapper h1{
        position: relative;
        text-align: left;
        font-size: 2.5rem;
        font-weight: bold;
        text-transform: capitalize;
        color: var(--pure-white);
        margin-bottom: 1.3rem;
    }
    .pmgt-intro-text-wrapper>p{
        line-height: 1.3;
        font-size: 22px;
        width: 100%;
        color: #f5f5f5;
    }

}

@media(max-width:711px){
    .pmgt-page-nner-wrapper{
        flex-direction: column;
        align-items: center;
     }
     
    .pmgt-img-wrapper{
        width: 100%;
    }
    .pmgt-img-wrapper>.pmgt-img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
    .pmgt-intro-text-wrapper{
        width: 100%;
    }
}
