.lower_offer {
    font-size: 10px;
}
.offer-bottomX {
    position: relative;
    left: 12.5%;
}

@media only screen and (max-width: 600px) {
    .offer-bottomX {
        left: 0;
    }
    .offer-bottomX a:last-child .about-out2-item-inner3{
        float: none;
        margin: 0 auto;
    }
}