.offer-container{
    display: flex;
    justify-content: center;
    padding: var(--half-space);
    background-color: var(--bg-color2);
    color: var(--script-color2);
}

.offer-content{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.offer-img{
    width: 80%;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid var(--main-color)
}


.showroom a{
    display: flex;
    flex-direction: column;
}