@media (max-width : 768px) {
    .inside-the-mizzle{
        padding-top: 0px !important;
        margin-top: 50px !important;
    }
    .ch-provider .main-img {
        height: auto;
    }

    .advance-storage .right-area img {
        margin-bottom: 20px;
    }

    .advance-storage .section-title {
        justify-content: center;
        margin-bottom: 35px;
        font-weight: 700;
        font-size: 30px;
    }

    .benefits .section-title {
        justify-content: center;
        text-align: center;
        margin-bottom: 35px;
        font-size: 36px;
    }
    .benefits .list .list-item h2{
        font-size: 20px;
    }

    .benefits .left-area{
        margin-bottom: 40px;
    }
    .benefits .list .list-item .icon-img{
        width: 50px;
    }
    .benefits .list .list-item .right-icon{
        width: 32px;
    }

    .case-studies .section-title {
        justify-content: center;
        margin-bottom: 35px;
        font-size: 30px;
        font-weight: 600;
    }

    .case-studies .left-area {
        display: none;
    }

    .case-studies  .right-area {
        width: 100%;
    }
    .case-studies .card{
        height: 50vh;
        width: 80vw;
    }
    .case-studies .card-sections{
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }
    .ai-devop .left-area img{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .compute-pricing .compute-pricing-inner{
        background-size: contain;
        background-color: black;
    }
    .qna .accordion .accordion-button h6{
        text-align: center;
    }

}