.cat-hero-section {
    width: 100%;
    background: transparent;
    overflow: visible;
    margin-top: 20px;
}

.cat-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

.cat-hero-inner {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.cat-hero-picture {
    width: 100%;
    display: block;
}

.cat-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .cat-hero-section {
        margin-top: 10px;
    }

    .cat-hero-container {
        padding: 0 10px;
    }

    .cat-hero-inner {
        border-radius: 6px;
    }
}
