@media screen and (max-width: 750px) {
    .container {
        height: max-content !important;
        min-width: 130px;
    }

    .title_section {
        height: 200px !important;
        padding-top: 90px !important;
        overflow: hidden;

    }

    .title_section>div {
        padding: 15px !important;
    }

    .title_section>div:first-child {
        width: 200px !important;
        font-size: 17px !important;
    }

    .title_section>div:last-child {
        font-size: 12px !important;
    }

    .content_section {
        height: max-content !important;
    }

    .content_section>.content_box {

        text-align: center;
        font-size: 15px !important;
        margin: 40px 0;
    }

    .content_section>img{
        width: 300px !important;
        height: 250px !important;
    }

    #footer_section {
        margin-top: 120px;
    }

    #detail_table {
        width: 98%;
    }

    #case_title {

        font-size: 17px;
    }

    .case_title2 {
        width: 22%;
        font-size: 13px;
    }

    #case_img{
        width: 90%;
    }

    .text_tr{
        font-size: 13px;
    }
}