.margin-0-auto {

    margin: 0 auto !important;

}



a#transparent {

    background: transparent !important;

}



textarea {

    resize: none !important;

}



.p-relative {

    position: relative !important;

}


.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }
}