@media only screen and (max-width: 769px) {
    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse;
    }
}





@media only screen and (max-width: 769px) {
    .swap-m {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 769px) {
    .new-heading-p {    
        text-align: justify;
    }

    .new-heading-t {    
        text-align: center;
         font-size: 20px !important;
        line-height: 32px;
    }
}