.offer-container {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    margin: auto;
    margin-top: 80px;
    background: #ff0080;
    box-shadow: 0 8px 24px rgba(170, 109, 0, 0.2);
    padding: 10px 0;
    display: flex;
}

.offer-slider {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    justify-content: center;
    align-items: center;
}

.offer-text {
    flex: none;
    padding: 0 40px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
}
