.top-frame {
    position: relative;
    width: 100%;
    height: 35vw;
    min-height: 200px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -35px;
}

.foreground-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 48px;
    text-align: center;
    z-index: 1;
}

.top-frame-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
}

.top-frame-illustration {
    position: absolute;
    width: 70%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

.top-frame p {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 6vw;
    color: white;
    z-index: 2;
}