.interesting-facts-navbar, nav.navbar.interesting-facts-navbar .navbar-parent-container {
    height: 64px;
    display: flex;
    align-items: center;
    position: sticky;
    background-color: var(--beige);
}

.interesting-facts-header-navbar .navbar-parent-container {
    height: 64px;
    display: flex;
    align-items: center;
}

.interesting-facts-header-top {
    padding-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--skin);
}

.interesting-facts-title {
    color: var(--red);
    margin: 104px 24px;
    text-align: center;
}

.interesting-facts-header-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: var(--beige);
    overflow-y: visible;
    height: 504px;
}

.interesting-facts-image {
    z-index: 2;
}

@media screen and (min-width: 900px) {
    .interesting-facts-header-top {
        position: absolute;
        top: 160px;
        padding-top: 0;
        width: 100%;
        justify-content: flex-start;
        max-width: 1440px;
    }

    .interesting-facts-title {
        margin-left: 50px;
    }

    .interesting-facts-header-bottom {
        height: 600px;
    }
}
