
h2.how-service-works-title{
    font-size: 40px;
    font-family: Montserrat;
    text-align: center;
    font-weight: 700;
    padding-inline: 200px;
    padding-bottom: 30px;
    padding-top: 60px;
    line-height: normal;
}

button.how-service-works-button.disabled{
    background-color: transparent;
    overflow: hidden;
    border-bottom: 3px solid #7F807C;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 10px 10px 10px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 16px;
    color: #7F807C;
    line-height: 24px;
    white-space: nowrap;
}
button.how-service-works-button.disabled:hover{
    border-bottom: 3px solid #8CC842;
    color: #20201F;
    background-color: transparent;
    font-weight: 600;
    line-height: 24px;

}
/*button.how-service-works-button.disabled:focus {
    color: #20201F;
    line-height: 24px;
    background-color: transparent;
}*/


button.how-service-works-button{
    border-bottom: 3px solid #8CC842;
    color: #20201F;
    background-color: transparent;
    font-family: Montserrat;
    overflow: hidden;
    font-weight: 600;
    line-height: 24px;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 8px 10px 10px 10px;
    transition: 0.3s;
    font-size: 16px;
    white-space: nowrap;
}
button.how-service-works-button:hover {
    border-bottom: 3px solid #8CC842;
    color: #20201F;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
}
/*button.how-service-works-button:focus {
    border-bottom: 3px solid #8CC842;
    color: #20201F;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
}*/

div.content-text{
    padding: 0px 100px 0 0;
}



div.how-service-works-text{
    overflow-x: hidden;
    overflow-y: hidden;
    width: 110%;
    padding: 0px 100px 0 0;
    margin-top: 15px;

}


div.how-service-works-tab-panel{
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: 16px;
}

div.how-service-works-tab-panel-button{
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    z-index: 99;
}

div.how-service-works-tab-panel-button.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
    padding-top: 16px;
    transform: translateY(100px);
    background-color: #fff;
    /*padding-inline: 40px;*/
    max-width: 1366px !important;
    margin: 0 auto !important;

}

div.content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
div.column{
    background-color: #F3F9EB;
    padding: 48px 80px 0px 32px;
    width: 30%;
}
div.column-box{
    display: flex;
    flex-direction: row;
}
div.column-box-icon{
    padding-right: 30px;
    color: #547C24;
}
div.column-description{
}

div.separation-bar{
    /*border-bottom: 3px solid #7F807C;*/
}

.column-title{
    font-size: 12px;
    text-transform: uppercase;
    color:#20201F;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;

}
p.how-service-works-tab-panel-paragraph{
    margin-bottom: 0px;
}
#how-service-works-tab-panel ul{
    padding-left: 20px;
    padding-bottom: 1.4em;
    list-style: disc;
}
#how-service-works-tab-panel li{
    padding-bottom: 10px;
    padding-left: 16px;
}
#how-service-works-tab-panel ol{
    padding-left: 20px;
    padding-bottom: 1.4em;
}
#how-service-works-tab-panel h4{
    padding-bottom: 15px;
}


#how-service-works-tab-panel h3{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}
#how-service-works-tab-panel h2{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 30px;
}
#how-service-works-tab-panel h1{
    font-size: 20px;
    font-weight: 700;
}

.column-text{
    color:  #20201F;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 32px;
}

div.how-service-works__link-icon-chevron-down{
    color: #f24d2e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}


div.how-service-works__link-icon-chevron-down::before{
    position: relative;
    bottom: 0;
    height: 200px;
    /* width: 100%; */
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    pointer-events: none;
    display: block;
    margin-top: -150px;
}

div.how-service-works__link-icon-chevron-down:hover{
    text-decoration: underline;
    color: #d92e0d;
    cursor: pointer;
}

div.how-service-works__button-see-more-box-class{
    text-align: center;
}

button.icon-chevron-down.orange:hover, button.icon-chevron-down.orange:focus , button.icon-chevron-down.orange{
    color: #F24D2E;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/*div.specs-aside{
    flex-direction: column;
    padding-top: 30px;
    display: flex;
    position: sticky;
    top: 150px;
    height: fit-content;
}*/

div.tab-panel-separation-bar{
    border-bottom: 3px solid #7f807c;
    margin-top: -3px;
    width: 100%;
}


@media (max-width: 1445px) {
    div.how-service-works-tab-panel-button.sticky {
        padding-inline: 40px;
        max-width: none !important;
    }
}

@media (max-width: 480px) {
    div.how-service-works-tab-panel-button.sticky {
        top: -40px;
        padding-inline: 20px;
    }


    #how-service-works-tab-panel h3{
        padding-top: 0px;
    }

    h2.how-service-works-title {
        font-size: 24px;
        font-family: Montserrat;
        text-align: center;
        font-weight: 700;
        padding-inline: 8px;
        padding-bottom: 30px;
        line-height: normal;
        padding-top: 40px;
    }

    div.how-service-works-text{
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
        padding: 0px 0px 0 0;
        margin-top: 15px;
    }
    div.how-service-works__button-see-more-box-class{
        padding-bottom: 30px;
    }
    div.content {
        display: block;
        flex-direction: column;
        justify-content: center;
    }
    div.content-text {
        padding: 20px 10px 0 0;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
    }
    div.column {
        background-color: #F3F9EB;
        padding: 48px 80px 0px 32px;
        width: 100%;
    }

    div.how-service-works-tab-panel{
        padding-bottom: 10px;
    }

    div.how-service-works-tab-panel-button{
        display: flex;
        flex-direction: row;
        padding-bottom: 0px;
        height: 100px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }
    button.how-service-works-button{
        height: 70px;
    }
    button.how-service-works-button.disabled{
        height: 70px;
    }
    div.separation-bar{
        margin-top: -33px;
    }
}
