/* Left-align headings and subheadings for specific sections */
.accessories-section .section-title,
.accessories-section .section-subtitle,
.features-section .section-title,
.features-section .section-subtitle100 {
    text-align: left !important;
}


.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 5%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #000;
}


.features-section .section-subtitle100 {
    padding-top: 15px !important;
}