.custom-banner-container-9f68c081 {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    box-sizing: border-box;
}

.custom-banner-overlay-9f68c081 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.custom-banner-content-9f68c081 {
    position: relative;
    z-index: 2;
    padding: 30px;
    max-width: 800px;
}

.custom-banner-title-9f68c081 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.custom-banner-desc-9f68c081 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.custom-banner-btn-9f68c081 {
    display: inline-block;
    padding: 12px 28px;
    background-color: #3182ce;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: background 0.3s;
}

.custom-banner-btn-9f68c081:hover {
    background-color: #2b6cb0;
}
