.section_scroll_to_section_strip {
    position: sticky;
    top: 0;
    z-index: 11
}

.component_scroll_to_section_strip {
    background: linear-gradient(90deg, #b90e31, #530616)
}

.component_scroll_to_section_strip>.container {
    overflow-x: auto
}

.component_scroll_to_section_strip .section_inner .link_list {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content
}

.component_scroll_to_section_strip .section_inner .link_list .item .scrolltodiv {
    color: var(--Color_White);
    display: inline-block;
    font-family: var(--Font_Lato_Semibold);
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none
}

.component_scroll_to_section_strip .section_inner .link_list .item .scrolltodiv:hover {
    background-color: var(--Color_Hoffer_Text)
}

@media (max-width:767px) {
    .component_scroll_to_section_strip .section_inner .link_list .item .scrolltodiv {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px
    }
}