@use '../../../styles/tools/functions';
@use '../../../styles/settings/colours';

.HeadingColumn {
    width: 100%;

    @media all and (min-width: functions.em(768)) {
        width: 50%;
    }
}

.TextColumn {
    width: 100%;

    @media all and (min-width: functions.em(768)) {
        width: 50%;
    }
}

.Button {
    margin-top: functions.pxRem(40);
}
