@media (max-width: 1024px) and (min-width: 981px){
	.screening-content{
		padding: 30px;
		height: 550px;
	}
	.screening-image img {
    height: 550px;
}
}
@media (max-width: 768px) {
	section.about-guest.rev, section.about-guest{
		padding: 70px 12px;
	}
	.features-sec .col-4{
		width: 100%;
	}
	.features-sec .row{
		gap: 30px 0;
	}
	.screening-image {
    width: 100%;
    padding: 0;
}
.screening-image img {
    height: 400px;
    }
    .screening-content{
    	height: auto;
    	width: 100%;
    	padding: 40px;
    }
    .row.guest-screening{
    	margin-bottom: 50px;
    }
    section.mgnmt-sec{
    	padding-bottom: 40px;
    }
    section.property-management{
    	padding-top: 80px;
    padding-bottom: 60px;
    }
}
@media (max-width: 540px) {
	section.about-guest.rev, section.about-guest{
		padding: 50px 12px;
	}
	.features-content h5 {
    font-size: 18px;
}
    section.property-management {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .fields .main-label {
    width: 100%;
}
.fields{
	gap: 15px;
	flex-direction: column;
	margin-bottom: var(--m20);
}
.fields .common-i {
    width: 100%;
}
.fields select {
    width: 100%;
}
	.management-banner {
    padding-top: 0;
}
section.management-banner img{
	height: 350px;
}
section.management-banner h1{
	font-size: 36px;
}
.screening-content {
        height: auto;
        width: 100%;
        padding: 25px;
    }
        .row.guest-screening {
        margin-bottom: 40px;
    }
    section.mgnmt-sec {
        padding-bottom: 20px;
    }
.screening-image img {
    height: 300px;
    }
    section.about-guest .row{
    	flex-direction: column-reverse;
    	gap: 30px;
    }
    section.about-guest.rev .row{
    	flex-direction: column;
    }
    section.about-guest.rev .screening-content{
    	padding-top: 0px;
    }
    .features-sec .col-4{
    	width: 100%;
    	padding: 0;
    }
    .features-sec .row{
    	gap: 30px;
    }
}