/***************************** pageHeaderStyle *****************************/

.hero-banner {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: visible;
}

.hero-logo {
    margin: 0 auto;
    margin-top: -90px;
    position: relative;
    z-index: 10;
    width: 300px;
    height: 300px;
    background: #ffffffff;
    border-radius: 50%;
    border: 6px solid #ffffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo img {
    width: 150px;
}

.hero-content {
    padding-top: 20px;
}

