@media (max-width :767px){
    .home-branch__main--inner{
        backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    justify-content: end;
    padding-top: 395px;
    min-height: 100%;
    margin-bottom: 0px;
    padding-top: 395px !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)) !important;
    background-size: cover;
    background-blend-mode: multiply;
    }

    .home-branch__main{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}