.join-team {
    color: var(--c-1F915A);
    font-size: var(--fs-38);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-57);
}

.bg-white-btn {
    color: var(--c-1F915A);
    font-size: var(--fs-24);
    font-style: normal;
    font-weight: 400;
    line-height: var(--lh-38);
    letter-spacing: -1.68px;
    border: 2px solid var(--c-1F915A);
    border-radius: 50px;
    padding: 5px 35px;
    display: inline-block;
    margin-bottom: 15px;
}

.contain_career_para span {
    color: var(--c-1F915A);
    font-size: var(--fs-14);
    line-height: var(--lh-21);
    font-weight: 300;
}

.our_team_main h3 {
    color: var(--c-FFFFFF);
    font-size: var(--fs-38);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-57);
}

.our_team_main p {
    margin-bottom: 10px;
    color: var(--c-FFFFFF);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-26);
}

.our_team_main ul li {
    margin-bottom: 10px;
    color: var(--c-FFFFFF);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-26);
}

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

.our_team_main ul li::marker {
    color: #fff;
}

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

.contain-wraper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.contain_career_para p {
    margin-bottom: 20px;
    color: var(--c-0C0C0C);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: var(--lh-26);
}

section.vision-wealth-main-div {
    padding-bottom: 60px;
}

/* 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) {
    .footer-section .container {
        max-width: 100%;
    }
    
    .join-team {
        font-size: 30px;
        line-height: 35px;
    }
    section.vision-wealth-main-div {
        padding: 0px;
    }
    .vision-wealth-main-div .contain-wraper {
        grid-template-columns: auto;
    }

    .vision-wealth-main-div .why-work-pic{
        display: none;
    }

    .contain_career_para p {
        margin-bottom: 15px;
    }
    .our_team_main h3 {
        font-size: 30px;
    }
    .our_team_main ul li {
        margin-bottom: 0;
    }
    .bg-white-btn {
        font-size: 18px;
        padding: 0px 20px;
    }
    .footer-wraper {
        padding: 30px 0 0;
    }

}