@media screen and (min-width: 768px) {
    .p-roughestimate_body .modaal-content-container {
        max-height: initial;
    }
    
    .p-roughestimate_body .modaal-container{
        max-height: 890px;
        pointer-events: inherit;
        overflow-y: auto;
        top: 40px;
    }
    
    .p-roughestimate_body .modaal-content-container{
        top: 0;
        margin-bottom: 0;
    }
    .p-roughestimate_body .modaal-wrapper .modaal-close{
        top: 20px;
    }
    
    .p-roughestimate_body .modaal-wrapper {
        overflow: hidden;
    }
}