.feature-hero-wrapper {
    padding: 198px 0px;
    background-color: #7047007D;
    background-image: url('../images/feature/feature-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.feature-hero-ctn{
    max-width: 1920px;
    margin: 0px auto;
    text-align: center;
}
.feature-pg-title{
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 600;
    font-size: 80px;
    line-height: 96px;
    margin: 0px 0px 32px;
    text-align: center;
}
.feature-pg-subtxt{
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 400;
    font-size: 26.67px;
    line-height: 40px;
    text-align: center;
    max-width: 975px;
    margin: 0px auto;
}
.ft-all-content-wrapper{
    position: relative;
}
.bckg-stripes-ctn {
    position: absolute;
    right: 0;
    top: 104px;
    z-index: -1;
}
.ft-top-section {
    text-align: center;
    padding: 128px 0px 0px;
}
p.ft-txt {
    margin: 0px;
    font-family: Inter;
    font-weight: 600;
    font-size: 21.33px;
    line-height: 32px;
    color: #6941C6;
    text-align: center;
}
h3.ft-title {
    margin: 16px 0px 26px;
    font-family: Inter;
    font-weight: 600;
    font-size: 48px;
    line-height: 58.67px;
    color: #101828;
    text-align: center;
}
h4.ft-subtxt {
    font-family: Inter;
    font-weight: 400;
    font-size: 26.67px;
    line-height: 40px;
    text-align: center;
    color: #475467;
    margin: 0px auto;
    max-width: 765px;
}
.ft-cards-wrapper {
    margin: 140px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 200px;
}

.ft-card {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1920px;
    margin: 0px auto;
    align-items: stretch;
}
.card-content-ctn {
    flex: 0 1 40%;
}
.card-img-ctn{
    flex: 0 1 50%;
}
h4.card-content-title {
    margin: 32px 0px 21px;
    font-family: Inter;
    font-weight: 600;
    font-size: 40px;
    line-height: 50.67px;
    color: #101828;
}
p.card-content-subtx {
    margin: 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 37.33px;
    color: #475467;
}
.card-img-ctn img{
    max-width: 100%;
    height: 100%;
}
/*  */
.feature-cmn-wrp-padding{
    padding-left: 150px;
    padding-right: 150px;
}

@media screen and (max-width:1536px){
    .feature-cmn-wrp-padding{
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media only screen and (max-width:1280px){
    .ft-cards-wrapper {
        gap: 70px;
    }
}

@media only screen and (max-width:1180px){
    .ft-cards-wrapper {
        gap: 70px;
        margin: 70px 0px;
        padding: 0px 10px;
    }
    .feature-pg-title {
        font-size: 44px;
        line-height: 60px;
    }
    .feature-pg-subtxt {
        font-size: 24px;
        line-height: 40px;
    }
    .ft-top-section {
        padding-top: 50px;
    }
    h3.ft-title {
        font-size: 36px;
        line-height: 50px;
    }
    h4.ft-subtxt {
        font-size: 24px;
        line-height: 38px;
    }
    h4.card-content-title {
        font-size: 22px;
        line-height: 34px;
    }
    p.card-content-subtx {
        font-size: 20px;
        line-height: 30px;
    }
    .ft-card {
        flex-direction: column;
    }
    .ft-card.ft-card-left-img.feature-cmn-wrp-padding {
        flex-direction: column-reverse;
    }
    .feature-cmn-wrp-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}