/* Version Mobile */
.desktop-img {
    display: none;
}

.font {
    font-family: 'Brittany Signature', sans-serif !important;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold !important;
}

.woostify-container {
    padding: 0 !important;
}


    /* Version Desktop */
    @media screen and (min-width: 992px) {
        .mobile-img {
            display: none;
        }

        .desktop-img {
            display: block;
        }
    }