.after-banner-strip {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: -30px;
    min-height: 100px;
    background: url('/assets/images/new/after-banner2.png') center center / 100% 100% no-repeat;
    position: relative;
    z-index: 2;
}

.after-banner-strip__inner {
    width: 70%;
    min-height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.after-banner-strip__item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 18px;
    box-sizing: border-box;
    min-width: 0;
}

.after-banner-strip__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-banner-strip__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.after-banner-strip__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-width: 0;
}

.after-banner-strip__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 4px 0;
    color: #ede5d3;
    transform: scaleY(1.18);
    transform-origin: center;
    
}

.after-banner-strip__text {
    font-size: 13px;
    line-height: 1.2;
    color: #ede5d3;
    margin: 0;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    display: inline-block;
    transform: scaleY(1.14);
    transform-origin: center;
}

.after-banner-strip__divider {
    width: 1px;
    height:50px;
    align-self: center;
    flex: 0 0 1px;
    background: #ede5d3;
}