.offer-box {
    width: 300px;
    text-align: center;
}
.offer-box img {
    width: 300px;
    height: 300px;
    display: block;
}
.offer-text {
    display: block;
    margin: 20px;
    font-size: 40px;
    color: #509827;
    font-weight: bold;
    background-color: white;
}
.offer-price {
    display: block;
    margin: 20px;
    font-size: 24px;
    color: yellow;
    font-weight: bold;
}
.offer-price-euro {
    color: blue;
}
.offer-button {
    background: #f00;
    font-size: 18px;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px;
}
.offer-box a {
    text-decoration: none;
    color: white;
}
.wpcf7
{
    background-color: #f7f7f7;
    border: 2px solid #0f0;
}