@media (max-width: 1366px){
	section.abt-cta .head-sec h2{
		width: 100%;
	}
} 
@media (max-width: 1024px){
	section.abt-cta .head-sec h2{
		font-size: var(--f40);
	}
}
@media (max-width: 980px){
	section.abt-cta .head-sec h2{
		font-size: var(--f35);
	}
}
@media (max-width: 514px){
	/* .about_wrapper ul, li {
		margin-left: 20px;
	}
	 */

	.about_wrapper h1 {
		font-size: var(--f28);
	}
	section.abt-cta .head-sec h2{
		font-size: var(--f28);
	}
	form.manage-form {
    padding: var(--p20);
}
.fields{
	flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: var(--m20);
}
.fields .common-i {
    width: 100%;
}
.fields .main-label {
    width: 100%;
    }
    .fields select {
    width: 100%;
}
section.testimonial h3{
	font-size: var(--f18);
}
.cta{
	margin-bottom: 0px;
}
section.property-management .col-5.img {
    padding: 0 0px;
    width: 100%;
}
section.property-management .col-5.img img{
	height: 250px;
}
section.property-management .col-7.cont {
    padding: 0 0px;
    width: 100%;
    margin-top: 30px;
}
section.property-management .row.pro-abt-sec.other{
	flex-direction: column-reverse;
}
section.property-management .row.pro-abt-sec.other .col-5.img img {
    height: 250px;
}
.other-content {
    margin-top: 0px;
}
}
@media (max-width: 360px){
	section.abt-cta .head-sec h2{
		font-size: var(--f24);
	}
	.submit-btn button {
    padding: var(--p10) var(--p30);
}
}