html {
    scroll-behavior: smooth;
}

.inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;

}

.is-show {
    opacity: 1;
    visibility: visible;

}

.to-top-link {
    opacity: 1;


}

.to-top-image {
    width: 60px;
    height: 60px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.footer-item {
    width: 33%;
}