@media screen and (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
    .inclusive-gst,
    .limited-rooms {
        position: unset;
        transform: rotate(0deg);
        width: auto;
        margin: -20px 0 20px;
    }
    .registration-box h4,
    .workshop-box h4,
    .accommodation-box h4 {
        font-size: 14px;
    }
}

@media screen and (max-width:1023px) {
    .footer {
        position: unset;
        text-align: center;
        margin: 30px 0 0;
        font-size: 12px;
    }
}