#banner {
    background-image: url("../images/home-page-banner.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: rgba(255, 255, 255);
    width: 100%;
    min-height: 300px;
}

.information-card {
    width: calc(0.8 * 33vw);
    padding: var(--earth-source-card-padding);
    border-radius: var(--earth-source-card-border-radius);
}