#logo-container{
    background-image: url(../img/Ellipse.svg), url(../img/Rectangle0.svg);
    background-size: cover;
    background-position: bottom center;
    height: 80vh;
}

#text-container{
    height:20vh;
    background-image: url(../img/Rectangle.svg);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

#text h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    text-align:center;
}

#logo > img{
    max-width:380px;
}


@media screen and (max-width:767px) {
    #text h3{
        font-size: 32px;
    }
}