@media ( max-width: 500px) {
    .footer {
        display: flex;
        margin-top: 1.5rem;
        width: 100%;
        gap: 1.5rem;
        position: initial;
        bottom: unset;
        right: unset;
    }

    .footer p {
        /*width: 75%;*/
        /*color: pink;*/
    }

    .footer div img {
        height: 70px;
        width: auto;
    }

    .displayMobile {
        display: block;
    }

    .notMobile {
        display: none;
    }


    position: absolute;
    bottom: 0;
    right: 0;
}