div.ccm-page.page-template-home .offer-boxes.cp-offer-cards-host { display: block; }
div.ccm-page.page-template-home .cp-offer-cards {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}
div.ccm-page.page-template-home .page-content .offer .container .inner .cp-offer-cards--christmas .box-block:first-child .title {
    font-size: 32px;
    white-space: nowrap;
}
div.ccm-page.page-template-home .cp-offer-cards .text1 { text-wrap: balance; }
@media (max-width: 900px) {
    div.ccm-page.page-template-home .cp-offer-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 500px) {
    div.ccm-page.page-template-home .cp-offer-cards { grid-template-columns: 1fr; }
}
