@media (min-width: 768px) {
    .landing-page-header-container #head-image {
        @media (min-width: 786px) {
            width: auto;
            max-height: 250px;
            height: 100%;
        }
    }

    #landing-banner {
        margin-top: -38px;
        margin-bottom: 50px;
    }

    .landing-page-header-container {
        .d-flex {
            flex-direction: row;
            justify-content: space-between;
            align-items: self-start;
        }

        .headline-description {
            margin-top: auto;
            margin-bottom: auto;
            width: auto;
        }

        .header-text {
            text-align: left;
            align-items: start;
            font-size: 3.5vw;
        }

        .logo-icon {
            justify-content: end !important;
            width: 50%;

        }
    }
}