.contain_about_para {
    width: 70%;
}

.contain_about_para p {
    margin-bottom: 20px;
    color: var(--c-0C0C0C);
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-26);
    backdrop-filter: blur(2px);
}

.contain_about_para p span {
    font-weight: 500;
}

/* What Matters to Us start css */


.matters-h {
    border-top: 1px solid #D9D9D9;
    color: var(--c-1F915A);
    font-size: var(--fs-38);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-57);
    margin-bottom: 25px;
}

.matters p {
    font-size: var(--fs-14);
    font-weight: 300;
    line-height: var(--lh-21);
    color: var(--c-0C0C0C);
    width: 80%;
}
.card:last-child {
    padding-bottom: 0;
}

.card-content h3 {
    color: var(--c-1F915A);
    font-size: var(--fs-24);
    line-height: var(--lh-33);
    font-style: normal;
    font-weight: 300;
    margin-bottom: 10px;
}

.border_top {
    border-top: 1px solid #D9D9D9;
}

.card {
    display: flex;
    align-items: start;
    overflow: hidden;
    padding: 20px 0px;
    width: 100%;
}

.card div:first-child {
    align-self: flex-start;
    margin-right: 50px;
    margin-top: 5px;
}

.card div:first-child p {
    font-size: var(--fs-15);
    font-weight: 400;
    color: #9E9E9E;
    line-height: var(--lh-21);
}

.card-img {
    width: 518px;
    height: 345px;
}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.card-content {
    flex: 1;
    width: 60%;
}





/* our-team css */

section.matters-main-div.what {
    padding-top: 0;
}

.matters-main-div .our_team_main {
    grid-template-columns: 45% 55%;
    overflow: hidden;
}


.our_team_main h3 {
    color: var(--c-FFFFFF) !important;
}

.our_team_main p {
    color: var(--c-FFFFFF);
    font-size: var(--fs-14);
    font-weight: 300;
    line-height: var(--lh-21);
}

.our_team video {
    width: 100%;
    height: 85vh;
    display: block;
    object-fit: cover;

}

.our_team_main {
    background-color: #1F915A;
    align-items: center !important;
}

.our_team_main .tailored-content-right {
    padding-inline: 17%;
}




/* The Unified Vision Group css */

.wealth-main-about {
    background: url(../images/web-bg.svg) no-repeat;
    background-position: top right;
    background-size: 75%;
    mix-blend-mode: multiply;
    height: 100%;
}


.title {
    color: var(--c-1F915A);
    font-size: var(--fs-38);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-57);
    margin: 25px 0px;
}

.unified-vision {
    padding: 30px 0px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 60%;
    gap: 30px;
    justify-content: center;
}

.unified-vision-card {
    background-color: #fff;
    padding: 20px;
    text-align: start;
    color: var(--c-1F915A);
    position: relative;
    box-shadow: 0px 0px 10px 0px #e5e5e5;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}

.unified-vision-card span {
    font-weight: 600;
}

.unified-vision-card p {
    font-weight: 400;
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    line-height: var(--lh-20);
}




/* unified-vision css */

.vision-health {
    grid-template-columns: 1fr 2fr !important;
    padding-top: 100px;
}

.vision-health ul {
    list-style: disc;
    margin-left: 15px;
}

.tailored-wealth-wraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: start;
}

.tailored-content-right h3 {
    color: var(--c-1F915A);
    font-size: var(--fs-38);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-38);
    letter-spacing: 0px;
}

.vision-health ul li {
    color: var(--c-0C0C0C);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-21);
    margin-bottom: 5px;
}

.vision-health-div {
    margin-bottom: 0;
}

ul li::marker {
    color: var(--c-1F915A);
}

.vision-health-main {
    object-fit: cover;
}

.vision-health-main img {
    object-fit: cover;
    object-position: 70% center;
    height: 100%;
    width: 100%;
}
.vision-health-main {
    height: 100%;
}

.tailored-picture.our_team,
.tailored-picture.our_team img {
    height: 100%;
    object-fit: cover;
}


section.matters-main-div {
    padding: 60px 0px 0px 0;
}

/* footer border top start */

.footer-section .container {
    max-width: 95%;
}

.footer-wraper {
    border-top: 1px solid #D9D9D9;
    padding: 60px 2.5% 0;
}
section.footer-section {
    padding-top: 0;
}
/* footer border top end */


/* Responsive CSS start */

@media screen and (max-width:767px) {
    .contain_about_para {
        width: 100%;
    }
    .matters-h {
        font-size: 30px;
        margin-bottom: 0;
    }
    .card {
        display: block;
    }
    .card-content {
        width: 100%;
        margin-bottom: 15px;
    }
    .matters p {
        width: 100%;
    }
    .matters-main-div .our_team_main {
        grid-template-columns: auto;
    }
    .our_team_main .tailored-content-right {
        order: 1;
        padding: 20px;
    }
    .vision-health .tailored-content-right {
        padding: 0 0px;
    }

    .tailored-content-right h3 {
        margin: 0;
    }
    .title {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    section.tailored-wealth-main.wealth-main-about {
        padding: 0;
    }
    .unified-vision {
        padding-bottom: 30px !important;
    }
    .card-container {
        display: grid;
        grid-template-columns: auto;
        width: 100%;
        gap: 15px;
    }
    .tailored-wealth-wraper {
        grid-template-columns: auto !important;
    }
    .vision-health-div {
        margin-bottom: 0;
    }
    
    section.tailored-wealth-main.matters-main-div {
        padding-top: 0;
    }
    .footer-section .container {
        max-width: 100%;
    }
    .footer-wraper {
        padding: 30px 0 0;
    }
}

/* Responsive CSS end */