.vss_faq_section{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #5B6E91;
}
.vss_faq_section_con{
    display: flex;
    max-width: 1120px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}
.vss_faq_section_con .vss_content_head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}
.vss_faq_section_con .vss_content_head h2{
    color: #030122;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
.vss_faq_section_con .vss_content_head .vss_head_h2:before {
    left: calc(48% - 0px);
}
.vss_faq_gradient_background{
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 10px;
    background: linear-gradient(69deg, #E4F2FF 0%, #EFE8FB 16.59%, #E1F6F3 33.19%, #EBEAE9 51.86%, #FFEBE6 74.16%, #F9F7E1 92.31%);
}
.vss_faq_gradient_background #accordiones{
    display: flex;
    width: 890px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.vss_faq_gradient_background .card {
    width: 100%;
    border: none;
}
.vss_faq_gradient_background .card .card-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    padding: 0px;
    background: #fff;
    border-radius: 6px;
    border: none;
}
.vss_faq_gradient_background .card-header h5{
    display:block;
    width: 100%;
}
.vss_faq_gradient_background .card-header a{
    padding: 30px;
    color: #030122;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display:block;
    cursor: pointer;
    position: relative;
}
.vss_faq_gradient_background .card-body {
    padding: 30px 30px 30px;
    border-top: 1px solid #e4e4e4;
}
.vss_faq_gradient_background .card-body p{
    margin:0px;
    color: #292753;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.vss_faq_gradient_background ul{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 50px;
    align-self: stretch;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
}
.vss_faq_gradient_background li:before {
    background-image: url(../../../assets/new/images/webp/checkmark--outline.svg);
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    top: 0px;
}
.vss_faq_gradient_background li {
    display: flex;
    min-width: 340px;
    align-items: center;
    gap: 10px;
    /* flex: 1 0 0; */
    color: #030122;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    position: relative;
    padding-left: 30px;
}
.vss_faq_gradient_background #accordiones .read-more-faq{
    margin: 0px auto;
    margin-top: 20px;
}
.vss_faq_gradient_background .card-header a[aria-expanded="true"]::before {
    background-image: url(../images/minus.svg);
}
.vss_faq_gradient_background .card-header a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    background-image: url(../images/add.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 0%;
    background-color: #0000;
}
.vss_cta_metal_build .vss_rtocta_cnt {
    padding: 70px 80px;
}
@media screen and (max-width: 1079px) and (min-width: 320px){
    .vss_faq_section_con {
        width: 100%;
    }
    .vss_faq_section {
        padding: 80px 25px;
            border-bottom: 1px solid #5B6E91;
    }
    .google-review {
        padding-top: 80px;
    }
    .vss_faq_section_con .vss_content_head h2 {
        font-size: 28px;
    }
    .vss_faq_section_con .vss_content_head {
        text-align: center;
    }
    .vss_cta_metal_build .vss_rtocta_cnt {
        padding: 60px 30px;
    }
    .vss_faq_gradient_background {
        padding: 40px 20px;
    }
    .vss_faq_gradient_background #accordiones {
        width: 100%;
    }
    .vss_faq_gradient_background .card-header a {
        padding: 20px;
        padding-right: 35px;
        font-size: 15px;
    }
    .vss_faq_gradient_background .card-header a::before {
        top: 36%;
        right: 15px;
    }
    .vss_faq_section .metal-btn a {
        margin-top: 0;
    }
    .vss_faq_section_con .vss_content_head .vss_head_h2:before {
        left: calc(48% - 18px);
    }
    .vss_faq_gradient_background li {
        min-width: auto;
    }
}