.cb-page-header .img-wrapper {
    position: relative;
}

.cb-page-header .img-wrapper img {
    max-width: 100%;
    max-height: 900px;
    object-fit: cover;
    margin-top: 75px;
}

.cb-page-header .img-wrapper .ferdi-animation-mobile {
    display: none;
}

.cb-page-header .img-wrapper .ferdi-animation-desktop {
    display: block;
}

@media screen and (max-width: 920px) {
    .cb-page-header .img-wrapper img {
        max-height: 500px;
    }

    .cb-page-header .img-wrapper .ferdi-animation-desktop {
        display: none;
    }

    .cb-page-header .img-wrapper .ferdi-animation-mobile {
        display: block;
    }
}

.cb-page-header .img-wrapper .ai-hint {
    position: absolute;
    bottom: 110px;
    left: calc(25% / 2 + 10px);
    font-size: 0.88em;
    color: #000;
    /* text-shadow: rgba(0, 0, 0, 0.7) 1px 0 1px; */
    background: rgba(255, 255, 255, .6);
    padding: 1px 3px;
}

.cb-page-header .text-wrapper {
    margin: -100px auto 0;
    background-color: #FFF;
    border-top-left-radius: var(--border-radius-container);
    border-top-right-radius: var(--border-radius-container);
    color: darkblue;
    width: 75%;
    padding: 30px;
    position: relative;
}

.cb-page-header .text-wrapper h1 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 5.5rem;
}

.cb-page-header .text-wrapper p {
    text-align: center;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 30px;
}
