
.page-banner-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 300px;
    background-color: #07081c;
}

.page-banner-logo {
    height: 100%;
    width: 50%;
    flex-basis: 1;
}

.page-banner-logo img {
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 20px;
    max-width: 100%;
    max-height: 100%;
}

.page-banner-controls {
    height: 100%;
    width: 50%;
    flex-basis: 1;
}

.company-title {
    color:black
}

.company-sub-title {
    color:dimgray
}
