.style_alice_6_hero-section {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .style_alice_6_hero-section img {
        width: 96%;
        height: auto;
        display: block;
        max-width: 100%;
    }
    .style_alice_6_hero-content {
        position: absolute;
        bottom: 4%;
        left: 4%;
        color: #ffffff;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
        max-width: 600px;
    }
    .style_alice_6_hero-content h1 {
        font-size: 32px;
        margin: 0 0 10px 0;
        line-height: 1.2;
        font-weight: 700;
    }
    .style_alice_6_hero-content p {
        font-size: 18px;
        margin: 0 0 15px 0;
        line-height: 1.5;
    }
    .style_alice_6_hero-content p:first-of-type {
        color: #e0e0e0;
    }
    .style_alice_6_hero-content hr {
        border: 0;
        border-top: 2px solid #3498db;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .style_alice_6_hero-content p:last-of-type {
        font-size: 20px;
        margin: 0;
        font-weight: 500;
    }
