.fin-sup-sec {
    margin: 60px auto;
    display: flex;
    gap: 30px;
    color: #21272A;
}

.fin-sup-sec .img-sec {
    max-width: 263px;
    width: 100%;
}

.fin-sup-sec .support-content .list-sec {
    padding-top: 16px;
    font-size: 16px;
    line-height: 22px;
}

.fin-sup-sec .support-content .list-sec li:not(:last-child), .support-contact p.normal-text:not(:last-child) {
    padding-bottom: 4px;
}

.support-contact {
    margin: 60px auto;
}

.support-contact .sub-text {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 16px;
    color: #21272A;
}
.support-contact a {
    color: #21272A;
    text-underline-offset: 2px;
}
@media screen and (max-width: 991px) {
    .fin-sup-sec {
        flex-direction: column;
        gap: 16px;
        align-items: center;
        margin: 40px auto;
    }
    .support-contact {
        margin: 40px auto;
    }
}

@media screen and (min-width:992px){
    .support-content .cust-bfs-d{
      width: 737px !important;  
        
        
    }
    
    
    div#faq-main-sec a.phone-no.text-underline {
        text-decoration: underline;
    }
    div#faq-main-sec > .cmp-accordion__item .accordion button {
        padding: 16px 0;
    }
}
