@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/gobold');
/*  
font-family: 'Gobold', sans-serif;
font-family: "Font Awesome 6 Pro";
font-family: 'Race Sport Free', sans-serif;
*/

/* ================= NEED ASSISTANCE CUSTOM ================= */

.support_section {
    margin: 0 0 40px 0;
}

.support_items {
    display: flex;
    justify-content: center;
    gap: 80px;
    text-align: center;
}

.support_card {
    max-width: 320px;
}

.support_icon {
    margin-bottom: 20px;
}

.support_icon img {
    max-width: 120px;
    height: auto;
}

.support_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-family: "Gabarito", sans-serif;
}

.support_text {
    font-size: 16px;
    color: #616161;
    line-height: 24px;
    padding: 0 20px;
}

/* mobile responsiveness */

@media (max-width: 768px) {

.support_items {
    flex-direction: column;
    gap: 40px;
}

.support_card {
    max-width: 100%;
}

}
/* ================= END NEED ASSISTANCE CUSTOM ================= */

/* PRODUCT TITLE REDESIGN */

.product_title_wrapper{
    text-align:center;
    margin:20px 0 35px 0;
}

.product_title_main{
    font-size:34px;
    font-weight:700;
    color:#0b2847;
    letter-spacing:0.5px;
    line-height:1.3;
    text-align:center;
    font-family:'Gobold', sans-serif;
}

.title_divider{
    width:120px;
    height:3px;
    background:#fcb316;
    margin:18px auto 0;
    border-radius:2px;
}

/* KEY FEATURES LIST */

.key_features_list{
    margin:15px 0 25px 0;
    padding-left:22px;
    list-style:disc;
}

.key_features_list li{
    font-size:16px;
    color:#333333;
    line-height:26px;
    letter-spacing:0.3px;
    margin-bottom:8px;
    font-family:"Gabarito", sans-serif;
}

.key_features_list li:last-child{
    margin-bottom:0;
}


/* PERFECT FOR SECTION */

.perfect_for_wrapper{
    margin-top:20px;
}

.perfect_for_title{
    font-size:22px;
    font-weight:700;
    color:#0b2847;
    letter-spacing:0.4px;
    text-transform:uppercase;
    margin-bottom:8px;
    font-family:'Gobold', sans-serif;
}

.perfect_for_divider{
    width:80px;
    height:3px;
    background:#fcb316;
    margin:8px 0 18px 0;
    border-radius:2px;
}

.perfect_for_list{
    list-style:disc;
    padding-left:22px;
}

.perfect_for_list li{
    font-size:16px;
    line-height:26px;
    color:#333333;
    margin-bottom:8px;
    letter-spacing:0.3px;
    font-family:"Gabarito", sans-serif;
}

/* TAB BULLET LIST */
.tab_bullet_list{
    list-style: disc;
    padding-left: 22px;
    margin: 12px 0 16px 0;
}

.tab_bullet_list li{
    list-style: disc;
    display: list-item;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.30px;
    color: #333333;
    font-family: "Gabarito", sans-serif;
    margin-bottom: 8px;
}

.tab_bullet_list li:last-child{
    margin-bottom: 0;
}