.panel-title-heading {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.panel-title-heading .panel-title-logo-container {
    max-width: 50px;
    margin-right: 20px;
}

.panel-title-text-container h1 {
    font-family: "Oxanium", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 45px;
}