.overview-table__container {
    box-shadow: 2px 10px 18px -2px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 0 0 2px 2px;
    flex-direction: column;
    background: var(--white);
    padding: 64px 0 90px 0;
}
.overview-table__buttons {
    align-self: flex-end;
    gap: 28px;
    display: flex;
    justify-content: space-around;
    margin-right: 150px;
}
