@media screen and (max-width: 950px) {
    .mbr-arrow {
        display:none;
    }

    section .container {
        margin-top: 4rem;
        height: unset;
    }

    .mobile-text-center {
         text-align: center !important;
    }

    .justify-content-end,
    .justify-content-start  {
        justify-content: center !important;
    }

    h3 {
        word-break: break-word;
    }
}