.corporate_square_blocks_master_container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.corporate_square_blocks_item {
    flex: 0 1 20%;
    height: 20vw;
    position: relative;
    background-color: var(--square_block_icon_bg);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.corporate_square_blocks_image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.corporate_square_blocks_icon {
    width: 70%;
    position: relative;
    filter: var(--square_block_icon_color);
}