.section-text-with-button .rte p {
    margin: 0;
    margin-bottom: 12px;
}

.section-text-with-button .fe-torn-divider {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 50px;
    z-index: 5;
}
.section-text-with-button .fe-torn-divider svg{
    width: 100%;
    height: 100%;
}
.section-text-with-button  .fe-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}
.section-text-with-button {
    background: var(--backrgound-inear);
    position: relative;
}

.section-text-with-button .rte p.fe-highlight {
    margin-bottom: 15px;
}

.section-text-with-button .rte .fe-reward {
    font-size: 22px !important;
    margin-top: 20px;
    padding: 8px 20px;
    display: inline-block;
    border: 1px solid rgb(var(--color-entry-line));
    background: rgba(var(--color-button-background), 0.05);
}

.section-text-with-button .rte {
    color: rgb(var(--color-light-text));
}

.section-text-with-button .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(var(--color-button-background), 0.3);
    background: rgb(var(--color-button-secondary-background));
    color: rgb(var(--color-button-secondary-text));
}

.section-text-with-button .button {
    padding: 16px 50px;
    transition: 0.2s ease;
    font-weight: 800;
    font-size: 18px;
    --button-border-radius: 2px;
    --button-border-thickness: 0;
}

.section-text-with-button .button:hover::after {
    box-shadow: 0 0 0 calc(var(--button-border-thickness) + 1px) rgba(var(--color-button-secondary-border), var(--border-opacity)), 0 0 0 calc(var(--button-border-thickness) + 1px) rgba(var(--color-button-secondary-background), var(--alpha-button-background));
}