/* Custom Styles */

.container:has(.hub-left-blocks), .container:has(.hub-right-blocks) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.block:has(.image) {
    overflow: hidden;
}

.image {
    border-radius: 0px !important;
}