.angie-split-wrapper-bebf2856 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.angie-split-left-bebf2856,
.angie-split-right-bebf2856 {
    flex: 1 1 300px;
}

.angie-split-left-bebf2856 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.angie-split-left-bebf2856 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Base button styles, width and alignment can now be controlled via Elementor settings */
.it-btn-bebf2856 {
    display: inline-block;
    padding: 10px 20px; /* Default padding, can be overridden by settings */
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    box-sizing: border-box; /* important for full width */
}

.it-btn-bebf2856:hover {
    opacity: 0.8;
}

.angie-split-headline-bebf2856 {
    margin: 0 0 15px 0;
}

.angie-split-desc-bebf2856 {
    line-height: 1.6;
}