.inner-banner {
    position: relative;
    width: 100%;
    height: 315px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
