/*--BEGINNING--Text component tablet full width--*/

/*--INFO--*/
/*--These CSS are meant to make the Text componet full width in tablet
NO SNOW TICKET --*/

@media (max-width: 1023.98px){
.generic_msg_style {
    padding: 0 2.75rem 5.5rem;
}
}

@media (max-width: 767.98px){
    .generic_msg_style {
        padding: 0 21px;
        padding: 0 1.25rem;
    }
    }

/*--END--Text component tablet full width--*/


