/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
.offer-item{padding:20px;background:var(--secondary-background);border:1px solid var(--border-color);border-radius:3px}.offer-item__image-wrapper{min-width:70px;max-width:70px;margin-bottom:14px}.offer-item__title{margin-bottom:6px;font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px))}.offer-item__content{font-size:calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px))}@media screen and (width >= 641px){.offer-item{padding:28px 30px}.offer-item__image-wrapper{min-width:110px;max-width:110px}}@media screen and (width >= 1280px){.offer-item--inline{display:flex;align-items:center}.offer-item--inline .offer-item__image-wrapper{margin:0 30px 0 0}}
