.offerBtn {
    transition: all .3s;
}

.offerBtn:hover {
    opacity: 0.8;
}
.offerMiddle{
    width: 77.7%;
    bottom: 13%;
    left: 14%;
  }