.block23-1-custom4 .document-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
   
    background: #ffffff;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.block23-1-custom4 .report {
    position: relative;
    margin-bottom: 32px;
}
.block23-1-custom4 .document-title {
    min-height: 48px;
}
.block.block23-1-custom4:not(.indent-bot-50)  {
    padding-bottom: 16px;
}
.block23-1-custom4 .document-title,
.block23-1-custom4 .document-size {
    text-align: left;
}

@media (max-width:1200px) {
    .block23-1-custom4 .report {
        width: 50%;
        min-width: 50%;
       
    }
}
@media (max-width:650px) {
    .block23-1-custom4 .report {
        width: 100%;
        min-width: 100%;
    }
}