@media  and (min-device-width: 1024px)  and (orientation: portrait)  {

    .p-section-client-2{
        overflow-y: auto;
        min-height: auto;
    }
    #target {
        height: auto;
    }
}

/* Landscape */

@media  and (min-width: 1366px) and (orientation: landscape)  {

    .p-section-client-2{
        overflow-y: auto;
        min-height: auto;
    }
    #target {
        height: auto;
    }

}

