﻿.scroll-to-top-btn {
    bottom: 130px;    
}

@media (max-width: 767px) {  
    .scroll-to-top-btn {
        bottom: 180px;
    }    
}