.about_title {
    color: #0a102f;
    
    font-size: 40px;
    line-height: 1.2em
}
.cta_background {
    background-color: #a259ff;
}

.section_separator {
    height: 1px;
    background-color: #e5e5e5;
    margin: 40px 0
}

.about_img_wrapper {
    padding: 25px;
    background-color: #bef8fc;
    border-radius: 10px
}

.text_wrap {
    margin: 0 0 24px
}

.meta_title {
    margin-bottom: 5px;
    color: #0a102f;
    font-size: 18px;
    line-height: 30px;
    border-radius: 0
}

.cta_background {
    background-color: var(--site_primary)
}

.about_wrap.cta_background {
    padding: 90px 0 80px
}

.about_h2 {
    color: var(--site_title);
    
    font-size: 50px;
    line-height: 1.2em;
    letter-spacing: -1px
}

.about_heading_wrap {
    margin: 0 10%
}

.about_sec_bg {
    background-color: #faf9f5
}

.about_sec_pad {
    padding: 50px 0
}

.about_feature_card {
    display: inline-flex
}

.about_feature_icon_wrap {
    margin: 0 24px 0 0
}

.about_feature_icon {
    width: 60px !important;
    height: 60px !important;
    background-color: #3147ff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about_feature_icon svg {
    fill: #fff
}

.feature_title {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: -.5px;
    border-radius: 0
}

.about_card_wrap {
    padding-top: 60px
}

.team_single {
    margin-right: 24px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%
}

.team-image img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 10px
}

.user-identity h6 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 0;
    color: var(--site)
}

.user-identity span {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #0a102FCC;
    margin: 0 0 15px
}

.team-featured .col-md-3 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0
}

.team_pad {
    padding-bottom: 70PX
}

.team_title_wrapper {
    margin: 0 10% 5%
}

.title_wrapper {
    margin: 0 0 0 80px
}

@media screen and (max-width:1024px) {
    .team_single {
        margin-right: 0
    }

    .title_wrapper {
        margin: 0
    }

    .about_title {
        font-size: 40px
    }

    .site_text {
        font-size: 16px
    }

    .about_h2 {
        font-size: 36px
    }

    .pricing_section {
        padding: 45px 0
    }
}