@media only screen and (max-width: 768px) {

    .mobile-mt-4 {
        margin-top: 1.5rem !important;
    }

    .title-h2 {
        margin-bottom: 15px;
    }

}

@media only screen and (max-width: 504px) {
    .page-title-breadcrumbs {
        background-size: contain !important;
    }
}