﻿@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .home-new .content-item.r .item .wrap a {
        height: 40px;
        -webkit-line-clamp: 2;
    }

    .home-new .content-item.l .img {
        height: 267px;
    }

    .home-new .heading .title {
        font-size: 30px;
    }

    .home-new .heading .descript {
        font-size: 16px;
    }

    .home-new .content {
        flex-direction: column;
    }

    .home-new .content-item.l {
        width: 100%;
        margin-bottom: 5px;
    }

    .home-new .content-item.r {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .home-new .content-item.r .item {
            width: 49%;
            margin-top: 15px !important;
        }

    .home-new .container {
        padding: 58px 0;
    }

    .home-new .content-item.r .item .wrap .option {
        margin-top: 8px;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .home-new .container{
        padding: 45px 0;
    }

    .home-new .heading .title {
        font-size: 26px;
    }

    .home-new .heading .descript {
        font-size: 16px;
    }

    .home-new .content {
        flex-direction: column;
    }
    .home-new .content-item.l {
        width: 100%;
        /* flex-direction: column; */
        gap: 11px;
        height: 313px;
    }

        .home-new .content-item.l .item:nth-child(2) {
            padding-left: 0;
        }
.home-new .content-item.l .item:nth-child(2) .wrap{
    border-top-left-radius:15px;
     border-top-right-radius:15px;
}
    .home-new .content-item.l .item:nth-child(1) .wrap{
    border-bottom-left-radius:15px;
     border-bottom-right-radius:15px;
}
        .home-new .content-item.l .item:nth-child(1) {
            padding-right: 0;
            border-radius: 75px;
        }

        .home-new .content-item.l .item {
            margin-bottom: 15px;
            width: 100%;
        }

    .home-new .content-item.r{
        padding-left: 0;
    }

        .home-new .content-item.r .item {
            margin-top: 15px; 
        }
}
