.about .upper-head {
    width: 65%;
    margin: auto;
}

.about {
    text-align: center;
}

.about .upper-head h2 {
    margin-bottom: 30px;
}

section.homeowners-sec {
    padding-top: 0;
    padding-bottom: 0;
}

.homeowners img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}

.homeowners-content {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%;
}

.homeowners-content h2 {
    margin-bottom: 20px;
}

.homeowners ul {
    padding-left: 0px;
}

.homeowners li {
    list-style: none;
    margin-bottom: var(--m10);
    /* font-weight: 600; */
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.homeowners ul i {
    min-width: 18px;
    height: 18px;
    background: var(--secondary-color);
    border-radius: 100%;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: var(--m3);
}

section.cards .head-sec h2,
section.cards .head-sec p,
section.choose-section .head-sec h2,
section.choose-section .head-sec p,
section.faq-section .head-sec h2,
section.properties-list .head-sec h2,
section.testimonial-section .head-sec h2 {
    text-align: center
}

.head-sec h2 {
    text-transform: uppercase;
}

section.cards .card-info {
    min-height: auto;
    height: 100%;
    padding: 25px 12px;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: transform .4s;
    box-shadow: 4px 10px 15px 0 rgb(0 0 0 / 20%);
    border: 1px solid #00000029
}

section.cards .card-info img {
    width: 35px;
    margin-bottom: 15px
}

section.cards .card-info svg {
    width: 45px;
    height: 45px;
    fill: #fff
}

section.cards .card-info .card-icon,
section.services-section .head-sec {
    margin-bottom: 20px
}

section.cards .card-info h4 {
    font-size: var(--f19);
    margin-bottom: 10px;
    color: #000000;
    /* font-weight: 400; */
    text-align: center
}

section.cards .card-info p {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px
}

.head-sec {
    margin-bottom: 40px;
    text-align: center;
}

.head-sec .line {
    margin: auto;
}

section.cards .card-info:hover {
    transform: translateY(-4px);
}

.why-us-content {
    width: 60%;
    margin: auto;
}

.why-us h2 {
    margin-bottom: var(--m25);
}

.why-us h4 {
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: var(--primary-font);
    font-size: var(--f24);
}

.why-us b {
    font-weight: 600;
}

.why-us span {
    font-family: var(--secondary-font);
    font-size: var(--f34);
}

section.why-us-sec {
    text-align: center;
    background: var(--lt-bg-color);
}

@media (max-width: 540px){
    .about .upper-head{
        width: 100%;
    }
    .homeowners-sec{
      padding: 0;
    }
    .cards{
        padding: var(--p40) 0;
    }
    .cards .cards-details{
        margin-bottom: 15px;
    }
    .why-us-content{
        width: 75%;
    }
}