.elementor-page .site-content .woostify-container {
    max-width: 100%;
    padding: 0;
}
#offer_box_main .elementor-image-box-content {
    display: grid;
    grid-template-columns: 40% 60%;
}

@media (max-width: 650px) {
div#offer_box_main>.elementor-widget-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 14px;
}
}