html {
    scroll-behavior: smooth;
}

.arasikona {
    transform: translate(0, -7px);
}

.ftco-footer-widget {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:540px) {
    .ftco-footer-widget {
        width: 80%!important;
        display: block;
        padding-top: 200px;
    }
    .ftco-footer {
        height: 700px;
    }
}