.btn-wrap {
    bottom: 30px;
}

@media screen and (max-width: 768px) {
    .btn-wrap {
        bottom: 1.5vw;
    }
}