#debug-icon a svg {
    height: 20px;
    width: 20px;
}

.site-header1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 150px;
    padding-bottom: 10px;
    z-index: 1;
    background: var(--footer-bg);
}

.bg-blue-dark{background: var(--footer-bg) !important;}

.home-4 .main .site-breadcrumb{margin-top: 150px;}