

html{
scroll-behavior: smooth;
}

.bottm_list .toplist {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    margin: 30px 0 15px;
}

.bottm_list .toplist li {
    position: relative;
    padding-bottom: 15px;
    font-family: 'museo_sans700';
    margin-bottom: 10px;
    padding: 0 20px 0 15px;
    color: #707070;
    display: inline-block;
    font-weight: 500;
}

.bottm_list .toplist li:before {
    content: '';
    background: url(../img/arrow-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 7px;
}

.bottm_list .toplist li a {
    color: #000;
    text-decoration: none;
}