.hero-image-section-inner {
    position: relative;
    height: 100%;
}
.banner-image-section {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 0;
}
.banner-image-desktop {
    height: 100%;
}
.banner-image-desktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-item {
    background: #f3f3f3;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.card-item-content {
    display: block;
}
.image-section-banner__group {
    width: 100%;
    height: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.image-section-banner {
    height: 100%;
}
.card-item-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    height: 100%;
    object-fit: contain;
}
.category-section {
    position: relative;
}

.image-banner-main-content {
    position: relative;
}
.card-content {
    position: relative;
    gap: 20px;
}
.image-banner-content-items .subheading.text-center {
    font-size: 32px;
    font-weight: 600;
    padding-top: 10px;
}
.card-item-title {
    font-size: 18px;
    padding: 8px 0px;
}
.card-item-description {
    margin: 0;
    text-align: center;
    background: #A61111;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: -8px;
    border-radius: 0px 0px 8px 8px;
}
.category-section-content{
     overflow: auto visible;
    scrollbar-width: none;
}
.card-item-content-section {
    overflow-x: auto;
    scrollbar-width: none;
}
.card-item {
    background: #F3F3F3;
    border-radius: 8px;
}

.card-items {
    width: 200px;
    display: inline-block;
}

@media only screen and (max-width: 959px) {
    .card-item-title {
        font-size: 14px !important;
        font-weight: 500; 
    }
    .block-heading {
        font-size: 30px;
        font-weight: 600;
    }
    .image-banner-content-items .subheading.text-center {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 1599px) {
    .hero-image-section-banner {
    padding: 0px;
    }
}
@media only screen and (max-width: 650px) {
    .category-item {
        padding: 5px;
        font-size: 14px;
    }
}