

div.container--audience-row {

  display: none;
}

.banner {
    background: linear-gradient(90deg, white, rgb(88, 85, 85)) ;
    max-width: 98rem;
    max-height: 75vh;
    display: flex;
    color: white;
    justify-content: space-around;
    margin: auto;
    border: 1px solid gray;
}

.banner-text {
    padding: 1.5rem;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-text h1 {
    font-size: 3rem;
    color: white;
    margin-bottom: .75em;
}

.banner-text p {
    font-size: 1.5rem;
    line-height: 1.75;
}

.banner-text a {
    text-align: right;
    color: rgb(217, 171, 40);
    font-weight: 700;
    font-size: 1.5rem;
}
.img-box {
 width: 45%;
    padding: 1em;
    display: flex;
}
.img-box img {
    width: 100%;
    height: auto;
}