h2 {
    color: #212121;
}

.how-it-works .sections_title h2,
.long-haul-support .sections_title h2 {
    font-size: 31px;
    line-height: 36px;
}

.how-it-works .sections_title p,
.long-haul-support .sections_title p {
    color: #212121; 
    width: 100%;
    margin-bottom: 24px;
}

.how-it-works .products_details ul li,
.how-it-works .sections_title p,
.long-haul-support .sections_title p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 28px;
}
    

.parts_services .sections_title p {
    color: #212121; 
    width: 100%;
    max-width: 952px;
}

#warranty_registration .sections_title h2 {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQs accordion (Part & Service page) */
.faqs .main-repeater {
    border-bottom: 1px solid #E7E7E7;
    margin-top: 59px;
    margin-bottom: 80px;
}

.faqs .container-main-title {
    padding: 25px 0;
    border-top: 1px solid #E7E7E7;
    cursor: pointer;
}

.faqs .container-main-title h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.faqs .content-main-card {
    padding-bottom: 10px;
}

.faqs .container-main-title.accordion-collapsed {
    margin-bottom: 0;
}

.faqs .red-circle {
    color: #FFF !important;
    background: #FF0302;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-left: 1px;
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
    .faqs .main-features {
        padding-right: 80px;
    }
    .parts_services .sections_title{
        margin-bottom: 80px;
    }
}
