.site-inner {
    padding: 0 !important;
    width: 100% !important;
    max-width: unset !important;
    margin: 0 !important;
}

.content {
    width: 100% !important;
}

.text-center {
    text-align: center;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner.bg-image {
    display: grid;
    place-content: center;
    padding: 0 15px;
}