.hb-9d1-wrapper {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    padding: 50px 20px;
}

.hb-9d1-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    align-items: center;
}

.hb-9d1-col {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.hb-9d1-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hb-9d1-desc {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hb-9d1-btn {
    display: inline-block;
    background: #00ffcc;
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hb-9d1-btn:hover {
    background: #00cca3;
    color: #000;
}

.hb-9d1-graphic {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
}

@media (max-width: 768px) {
    .hb-9d1-container {
        flex-direction: column;
        text-align: center;
    }
    .hb-9d1-title {
        font-size: 2rem;
    }
}