ul.about {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.about li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 1.05rem;   
    line-height: 1.6;        
    font-weight: 400;
    color: #333;            
}

ul.about i {
    font-size: 24px;        
    color: #ff4d29;         
    margin-top: 4px;
}

.ab_title {
    font-size: 3.05rem; 
    font-weight: 600;
}

.no-side-space{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#about{
    padding-bottom: 0 !important;
}
.footer-address {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    color: #ccc; 
}
.btn-close {
    z-index: 999999 !important;
    pointer-events: auto !important;
}

.accordion-body {
    padding: 1.5rem 1rem; /* top-bottom 1.5rem, left-right 1rem */
    line-height: 1.7; /* optional, makes text more readable */
}