.offerBtn:hover {
    transform: translateY(5%);
    transition: all .3s;
}
