.shbs-bl-section {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 520px !important;
    height: auto;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center;
    overflow: hidden;
}
.shbs-container.mx-auto.text-center {
	max-width: 700px;
}
.shbs-bl-section > img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.shbs-bl-section > .absolute.inset-0 {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1;
}

.shbs-bl-section > .relative.z-10 {
    position: relative !important;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
}

.shbs-bl-section h1 {
    margin-top: 0;
}

.shbs-bl-section p {
	margin-top: 0;
	font-size: 20px;
	color: #fff;
}

.shbs-bl-section a {
    max-width: 100%;
    word-break: break-word;
}

.shbs-bl-section a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}

@media (max-width: 1023px) {
    .shbs-bl-section {
        min-height: 460px !important;
    }
}

@media (max-width: 767px) {
    .shbs-bl-section {
        min-height: 400px !important;
    }

    .shbs-bl-section > .relative.z-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .shbs-bl-section h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .shbs-bl-section p {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width: 479px) {
    .shbs-bl-section {
        min-height: 380px !important;
    }

    .shbs-bl-section h1 {
        font-size: 1.75rem;
    }

    .shbs-bl-section a {
        width: 100%;
    }
}