.data_table {
    width: 60%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.5s ease;
}

.data_cell {
    width: 20%;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.block_img {
    padding: 5px;
}

.block_img img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:hover .block_img img {
    opacity: 0.8;
    transform: scale(1.1);
}

.data_table, .data_cell {
    border-spacing: 0;
}

.section-title {
    color: #d7b66e;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.section-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.new-section-title {
    color: #d7b66e;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-data_cell {
    margin: 0 5px;
}

.new-block_img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}