@media (max-width:600px) {
    #idea-one img {
        height: 350px !important;
        width: 295px !important;
    }
    .sub-title::before {
        content: "";
        width: 65px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-right: -60px;
        border: 1px solid var(--bs-primary) !important;
    }
    .section-title .sub-style::before {
        content: "";
        width: 65px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-left: -60px;
        border: 1px solid var(--bs-primary) !important;
    }
    .display-5 {
        font-size: calc(1.36rem + 2.1vw);
        font-weight: 600;
        line-height: 1.2;
    }
    #some-box {
        background: #fff;
        padding: 0px 0px 0px;
        font-family: "Open Sans", sans-serif;
    }
    article.row {
        width: 100%;
        max-width: 1275px;
        margin: 0 auto;
        padding: 0px 0;
    }
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .display-2 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.2;
    }
    .product-container {
        display: flex;
        flex-direction: column-reverse;
        max-width: 1200px;
        margin: 20px auto;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .skd > img {
        position: relative;
        left: 44px;
        border: 2px solid black;
        height: 190px;
        width: 255px;
    }
    .skd {
        display: flex !important;
        height: 580px;
        width: 20px !important;
        flex-direction: column;
        gap: 20px;
        position: relative;
        left: 18px;
    }
    .about .about-img .about-experience {
        display: none;
    }
    .demo3{
        position: relative;
        right: 25px;
    }
    .about .about-img .about-img-inner {
        display: none;
    }
}