.text-content img{
    max-width: 100%;
    height: auto;
}
@media (max-width: 769px) {
    .popup_wide {
        max-height: calc(100vh - 200px);
        border-radius: 20px;
    }
    .project-item__actions-inner{
        display: none;
    }
}

.last-section-page {
    padding-bottom: 0;
}
.table__outer {
    overflow: auto;
    width: 100%;
}

.table__outer .table {
    width: auto !important; 
    min-width: 600px;
}