.before_banner_content {
    border: 1px solid #F3F3F3;
    padding: 1.4em;
    margin-block: 1.25em clamp(2em, 3.6vw, 4em);
    border-radius: 8px;
    cursor: pointer;


    .beforeBannerSwiper {
        width: 100%;
    }


    .content_before {
        padding: 0.5em;
        display: flex;
        align-items: center;
        gap: 0.25em;
        font-family: var(--product_sans);

        .icon {
            color: #444;
        }

        .text {
            color: #828282;
            letter-spacing: 0;

            .title {
                font-weight: bolder;
                font-size: 18px;
                line-height: 1.2em;
            }

            .subtitle {
                font-size: 16px;
                line-height: 1.2em;

            }
        }

        @media (max-width:600px) {
            & {
                justify-content: center;
            }
        }
    }
}