@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }
    .onlyMobile{
        display: block ;
    }

    .region1 .title {
        font-size: 4vw;
        line-height: 6vw;
    }

    .region1 .info {
        font-size: 3.3vw;
        line-height: 5.5vw;
        text-align: left;
    }


    .region2_1 .title {
        font-size: 4vw;
        line-height: 6vw;
    }

    .region2_1 .info {
        font-size: 3.3vw;
        line-height: 5.5vw;

    }

    /* .region2_2 {
        display: none;
    } */

    .region2_3 {
        box-shadow: 2px 2px 8px 2px #0003;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }

    .region2_3 .img {
        width: 100%;
    }

    .region2_3 .right {
        width: calc(100% - 3vw);
            padding: 3vw 1.5vw 3vw 2.5vw;

    }

    .region2_3 .right .title2 {
        font-size: 4.2vw;
        font-weight: 700;
        line-height: 7vw;
    }

    .region2_3 .right .span2 {
        font-size: 3.3vw;
        font-weight: 400;
        line-height: 5vw;
    }

    .region3 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .region3 .title {
        font-size: 4vw;
        line-height: 6vw;
    }

    .region3 .item {
        width: 100%;
        height: 130px;
        box-shadow: 2px 2px 8px 2px #0003;
    }

    .region3 .item .info1 {
        height: 100%;
        width: 90%;
    }

    .region3 .item .info1 .index {
        line-height: 130px;
        font-size: 9vw;
        color:#000
    }

    .region3 .item .info1 .line2 {
        height: 50px;
    }

    .region3 .item .info1 .title1 {
        width: calc(100% - 100px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 12px;
    }

    .region3 .item .info1 .title1 p {
        line-height: 30px;
        width: 100%;
        display: block;
    }

    .region3 .item .info1 .title1 p:first-child {
        color: #000;
        font-size: 3.8vw !important;
    }

    .region3 .item .info1 .title1 p:last-child {
        font-size: 3vw !important;
    }
    .region3 .item:hover .info1 .title1 p:last-child {
         color: #FFF;
    }
    .region3 .item:hover .info1 .title1 p{
         color: #FFF;
    }
}