.gam_ad1 .fl-col-content .fl-module-photo {
    background: #f4f4f4;
    height: calc(100% - 99px);
}

.gam_ad1 .fl-col-content .fl-module-photo>div {
    text-align: center;
    align-content: center;
    height: 100%;
}

.desktop_grid_ad>div {
    background: #f4f4f4;
    text-align: center;
    align-content: center;
}

.gam_ad1 {
    position: relative;
}

.gam_ad1 .fl-col-content:after {
    content: ' ';
    position: absolute;
    height: calc(100% - 99px);
    width: 1px;
    right: 0;
    top: 0;
    background: #DDDDDD;
}

.home_tile_section_dsk .fl-col-group.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top *,
.home_tile_section_dsk .fl-col-group.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top {
    height: 100% !important;
}

.home_tile_section_dsk .fl-col-content.fl-node-content {
    gap: 20px;
}

.scene-offer-section.home-scene-offers .fl-module-content h2 {
    margin-bottom: 40px !important;
}

.weekly_flyer_ads_row .weekly_flyer_ads .fl-col-content {
    justify-content: center !important;
}

.weekly_flyer_ads_row .fl-col-group-equal-height {
    height: 100% !important;
}

.weekly_flyer_ads_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
}
.tile_add_home {
    padding: 10px 10px 0 0;
} 

@media (max-width: 1800px) {
    .scene-offer-section.home-scene-offers .fl-module-content h2 {
        font-size: 38px !important;
    }
}

@media (max-width: 1600px) {
    .scene-offer-section.home-scene-offers .fl-module-content h2 {
        font-size: 28px !important;
    }
    .weekly_flyer_ads_row .weekly_flyer_ads .fl-col-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .weekly_flyer_ads_row .weekly_flyer_ads .fl-col-content h2 {
        font-size: 34px !important;
    }
}

@media ( min-width: 768px ) and ( max-width: 991px ) {
    .tile_add_home {
        padding: 9px 10px 0 0;
    }
}

@media screen and ( max-width: 767px ) {
    .tile_add_home {
        padding: 5px;
    }
}

@media (max-width: 413px) {
    .weekly_flyer_ads .white-btn .fl-module-content .fl-button-wrap a {
        padding: 14px 20px;
        font-size: 14px;
    }
}