/* CSS to help Location pages */

/* Tablet & Smartphone */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items */
/*(max-width: 540px) */
/*
@media screen and (max-width: 768px)  {
    .Swap_Col_1_2 {
        display:flex;
        flex-direction: column;
    }
    .Swap_Row_0_2_1 {
        display:flex;
        flex-direction: column;
    }
    .Swap_Row_0_2_1 .et_pb_row:nth-child(1) {
        order: 1;
    }
    .Swap_Row_0_2_1 .et_pb_row:nth-child(2) {
        order: 3;
    }
    .Swap_Row_0_2_1 .et_pb_row:nth-child(3) {
        order: 2;
    }
    .Swap_Row_0_2_1 .et_pb_row:nth-child(4) {
        order: 4;
    }
    .Swap_Row_0_2_1 .et_pb_row:nth-child(5) {
        order: 5;
    }

    .Swap_Col_1_2 .et_pb_column:nth-child(0) {
        order: 2;
    }
    .Swap_Col_1_2 .et_pb_column:nth-child(1) {
        order: 1;
    }
}
    */
div.LocationCTA span#title::after {
    content:"EAGER TO BEGIN COUNSELLING SOON?" !important;
}