@import url('../../ui/styles/offer.css');
.signature > h2 {
    color: var(--navy);
    font-weight: 600;
}
@media(min-width:760px) {
    .offer {
        position: relative;
    }
    .signature {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media(max-width:759px) {
    .signature {
        order: -1;
    }
}