.vss_rto_benefits{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #E4F2FF;
    position: relative;
    z-index: 9;
}
.vss_rto_container{
    display: flex;
    width: 1120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.vss_rto_head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    align-self: stretch;
}
.vss_rto_head h2{
    color: #030122;
}
.vss_rto_head p{
    margin-bottom:0px;
    color: #292753;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.vss_benefits_main ul{
    list-style: none;
    padding: 0px;
    display: block;
    width: 100%;
}
.vss_benefits_main li{
    display: block;
    width: 50%;
    float: left;
}
.vss_benefits_main li:nth-child(odd) { 
    padding-right:15px;
}
.vss_benefits_main li:nth-child(even) { 
    padding-left:15px;
}
.vss_card_benefit{
    display: flex;
    width: 545px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    border-radius: 6px;
    background: #FFF;
    margin-bottom: 20px;
}
.vss_benefits_main .card{
    background: #fff0;
    border: none;
}
.vss_benefits_main .card-header{
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    padding: 0px;
    border-bottom: none;
    background: #fff0;
        cursor: pointer;
}
.vss_benefits_main .card-header .card-title{
    width: 100%;
    color: var(--neutral-1, #030122);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    margin-bottom: 0px;
}
.vss_benefits_main .card-title svg{
    width: 64px;
    height: 64px;
    padding: 10px;
    border-radius: 4px;
}
.vss_benefits_main .vss_card_toggle svg{
    width: 24px;
    height: 24px;
    padding: 0px;
}
.vc_b1{
    background: #E4F2FF;
}
.vc_b2{
    background: #F9F7E1;
}
.vc_b3{
    background: #EFE8FB;
}
.vc_b4{
    background: #EBEAE9;
}
.vc_b5{
    background: #FFEBE6;
}
.vc_b6{
    background: #ECF9FB;
}
.vc_b7{
    background: #E1F6F3;
}
.vc_b8{
    background: #E4F2FF;
}
.vss_card_min{
    display:none;
}
.vss_card_benefit .card-title span{
    flex: 1 0 0;
}
.vss_benefits_main .card-body{
    color: #292753;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding:0px;
}
.card-header[aria-expanded="true"] .vss_card_pls{
    display:none;
}
.card-header[aria-expanded="true"] .vss_card_min{
    display:block;
}
.card-header[aria-expanded="false"] .vss_card_pls{
    display:block;
}
.card-header[aria-expanded="false"] .vss_card_min{
    display:none;
}
.vss_rto_head .vss_head_h2 {
        position: relative;
    text-align: center;
}
.vss_rto_head .vss_head_h2:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 6px;
    border-radius: 1px;
    background: #16A2B9;
    left: calc(50% - 17px);
    top: -15px;
}
.vss_vector_left{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 350px;
}
.vss_vector_right{
    position: absolute;
    right: 0px;
    height: 350px;
    bottom: 0px;
}
@media screen and (max-width: 1079px) {
    .vss_rto_benefits {
        padding: 80px 25px 50px;
    }
    .vss_rto_benefits .vss_rto_container {
        width: 100%;
        gap: 60px;
    }
    .vss_rto_benefits .vss_head_h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .vss_card_benefit {
        padding: 20px 20px;
        width: 100%;
        margin-bottom: 30px;
    }
    .vss_benefits_main .card-header .card-title {
        font-size: 16px;
    }
    .vss_benefits_main .vss_card_toggle svg{
        width: 24px;
        height: 24px;
            padding: 0px;
    }
    .vss_vector_left {
        display: none;
    }
    .vss_vector_right {
        display: none;
    }
    .vss_rto_head p {
        font-size: 14px;
        line-height: 24px;
    }
}