#idUseCase_start_section h2 {
    margin-bottom: 1%;
    color: var(--secondary-text-color);
}
#idUseCase_start_section ul {
    margin: 2% 0 0 1.2rem;
}
#idUseCase_start_section li {
    margin-bottom: 8px;
    padding-left: 6px;
    font-size: clamp(1rem, 1.1vw + 0.2rem, 1.25rem);
}
.usecase_main_1_img {
    width: 35%;
}
.usecase_main_1_img img {
    width: 100%;
    display: block;
    border-radius: 5px;
    box-shadow:
        5px 5px 25px var(--secondary-bg-color),
        -5px 0 10px var(--primary-bg-color),
        5px 0 10px var(--primary-bg-color);
}
.usecase_main_content_text {
    width: 100%;
    margin-top: 1%;
}
.usecase_feature_image {
    width: 100%;
    max-width: 760px;
    margin: 24px auto 10px auto;
    display: block;
    border-radius: 10px;
    opacity: 0.95;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.08);
}
.usecase_feature_image_wrap {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.usecase_feature_note {
    max-width: 760px;
    margin: 10px auto 0 auto;
    font-size: clamp(0.95rem, 0.8vw + 0.2rem, 1.05rem);
    opacity: 0.9;
}
.inventar_cards_sm_ctn .card_sm {
    width: 22%;
}
.landing_cta_row {
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.landing_cta_secondary {
    background-color: var(--secondary-bg-color);
}
.landing_cta_secondary:hover,
.landing_cta_secondary:focus {
    background-color: var(--secondary-text-color);
    color: var(--secondary-bg-color);
}

@media (max-width:1600px) {
    .inventar_cards_sm_ctn .card_sm {
        width: 48%;
    }
}

@media (max-width:1080px) {
    .inventar_cards_sm_ctn .card_sm {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .usecase_main_1_img {
        width: 90%;
        margin: 0 auto;
    }
    .usecase_feature_image {
        max-width: 90%;
        /* margin-top: 18px; */
    }
    .usecase_feature_note {
        max-width: 90%;
    }
    .inventar_cards_sm_ctn .card_sm {
        width: 90%;
        margin-bottom: 3%;
    }
   .landing_cta_row {
        justify-content: center;
    }
    .landing_cta_row .site_btn {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .inventar_cards_sm_ctn .card_sm {
        min-width: 100%;
    }
    .usecase_main_1_img {
        width: 100%;
    }
    .usecase_feature_image {
        max-width: 100%;
        /* margin-top: 18px; */
    }
    .usecase_feature_note {
        max-width: 100%;
    }
    .landing_cta_row .site_btn {
        width: 90%;
    }
}