.processSwiperWrapper{
        margin: 0 auto 50px;
}


.writerCard {
    min-height: 424px;
}
.rw-sentence {
    max-width: 700px;
}
.competences {
    padding-top: 15px;
    min-height: unset;
}
/* Banner section */
section.banner__Section{
    background-image:  linear-gradient(180deg, #F3FAFF 0%, #FFF9F2 100%), ;
;
}
.banner-ctas{
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 485px;
    width: 100%;
    margin: 0;
}
.banner-cta-two{
    max-width: max-content;
    width: 100%;
    border-radius: 39px;
    border: 1px solid #233F8C;
    color: #233F8C;
    padding: 14px 20px;
    font-weight: 500;
    font-style: Medium;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}
.banner__Features{
    max-width: 601px;
    padding: 54px 0 65px;
    column-gap: 103px;
    row-gap: 30px;

}
.featureIcon img{
    width: 19px;
    height: 19px;
}
.feature__Box{
    max-width: 225px;
    column-gap: 9px;
}
.feature__Desc p {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 5px;
}
.feature__Desc span{
    font-size: 13px;
    line-height: 100%;
    color: #4A4A4A;
}
.rw-sentence{
    max-width: unset;
}
.banner__desc{
    font-weight: 450;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #4A4A4A;
    max-width: 794px;
    padding-top: 15px;
}
.banner__Wrapper .sec_head{
    font-weight: 500;
    font-size: 38px;
    line-height: 130%;
    color: #231f20;
    display: inline;
}

/* Banner section */