.pds_lotomania_layout {

    display: grid;

    grid-template-columns:
        30% 70%;

    gap: 28px;
}