.banner__inner {
    background-image: url("/assets/images/proficiency/BANER2.jpg");
    height: 400px;
    min-height: 360px;
    object-fit: cover;
}

.banner__inner--mobile {
    background-image: url("/assets/images/proficiency/banner_nls_mobile.jpg");
    height: 400px;
    min-height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
