.offerBtn {
    transition: all .3s;
}

.offerBtn:hover {
    opacity: 0.8;
}

.offerMiddle {
    width: 79.7%;
    left: 10%;
    bottom: 7%;
}

.offer01 {
    width: 79.7%;
    left: 13%;
    bottom: 10%;
}

@media (max-width:768px) {
    .offer01 {
        left: 9%;
    }
}

.offer02 {
    width: 45.9%;
    left: 5%;
    bottom: 6%;
}

.offer03 {
    width: 45.9%;
    right: 1.5%;
    bottom: 6.25%;
}

.offer04 {
    width: 83%;
    left: 10%;
    bottom: 0%;
}
#offer{
    position: absolute;
    width: 100%;
    left: 0;
    top: 26.5%;
}