.scroll_to_section_button_list_section {
    /*background: #000;*/
}

.scroll_to_section_button_list_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    text-align: center;
    padding: 20px 0;
}

.scroll_to_section_button_list_section .btn_green {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 16px 20px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all ease 0.5s;
    font-weight: bold;
    color: #000;
    background-color: #edde3e;
    border: none;
    width: 100%;
    text-align: center;
}

.scroll_to_section_button_list_section .btn_green:hover {
    background-color: #eb5e30;
    color: #000;
}