section.aboutus {
    background-image: url(../images/aboutusbg.png), linear-gradient(193deg, #FFF 0%, #F3F5FE 25%, #EBEEFD 100%);
    background-repeat: no-repeat,no-repeat;
    background-position: right bottom;
    background-size: auto 90%, 100% 100%;
}
.aboutinner h1 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.aboutinner h1 span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-transform: capitalize;
}
.aboutinner h1 + p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 502px;
}
section.aboutus img {
    mix-blend-mode: darken;
}
section.webelive {
    padding: 72px 0;
    background: var(--White, #FFF);
}
.webeliveinner h2 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}
.webeliveinner h2 span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.webeliveinnertxt {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.webeliveinnertxt p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.focus {
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 76px 0 66px 0;
}
section.focus h2 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 16px;
}
section.focus h2 span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
section.focus p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.our__commitment {
    background: var(--Text-Grey-50, #F9FAFB);
}
.our__commitment_wrap {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 46px 24px;
}
.our__commitment_wrap h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.our__commitment_wrap h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.commitent_item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.commitent_item span {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18.048px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}
section.your_commitment {
    background: var(--Text-Grey-50, #F9FAFB);
    padding-bottom: 76px;
}
.your_commitment_wrap {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 46px 24px;
    margin-top: 46px;
}
.your_commitment_wrap h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.your_commitment_wrap h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.foundermsg {
    padding: 72px 0;
}
section.foundermsg h2 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 52px;
}
section.foundermsg h2 span {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.founder-item {
    border-radius: 8px;
    border: 1.003px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 24px 20px;
    text-align: center;
}
.founder-item-text p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 21px;
}
.founder-item-text span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.our_team {
    padding: 72px 0;
    background: #F8F8F8;
}
section.our_team h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 41px;
}
section.our_team h2 span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    text-transform: capitalize;
}
.team-item {
    border: 1.003px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 24px;
    position: relative;
    min-height: 370px;
}
.team-item p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.team-item span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
}
.team-item a {
    display: inline-block;
    position: relative;
    z-index: 9;
}
.team-item > img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.focuswrap{
background: var(--Text-Grey-50, #F9FAFB);
}
.founder-item p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding-top: 22px;
    position: relative;
}

.founder-item span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
}
.founder-item-text p svg:first-child {
    margin-top: -15px;
}
.founder-item-text p svg:last-child {
    margin-bottom: -10px;
}
section.aboutus {
    padding-top: 72px;
}
@media (max-width: 767px) {
    .commitent_item.justify-content-center {
        justify-content: flex-start !important;
    }
    .aboutinner {
        padding: 0 40px;
    }
    section.your_commitment{
        padding-bottom: 32px;
    }
    .aboutinner h1, .aboutinner h1 span {
        font-size: 36px;
    }
    section.webelive,section.focus,section.foundermsg,section.our_team {
        padding: 32px 0;
    }
    .webeliveinner h2, .webeliveinner h2 span,section.focus h2, section.focus h2 span,.our__commitment_wrap h2,.your_commitment_wrap h2,section.foundermsg h2,section.foundermsg h2 span,section.our_team h2,section.our_team h2 span {
        font-size: 32px;
        line-height: 30px;
    }
    section.aboutus{
        padding-top: 32px;
    }
}