#goals-hero {
    background-image: url(img/goals-herobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-left: 300px;
    padding-top: 80px;
    padding-bottom: 15%;
}

@media screen and (max-width: 1390px) {
    #goals-hero {
        padding-left: 45px;
        height: auto;
        padding-bottom: 60px;
    }
}

#goals-header {
    margin-top: 100px;
    margin-bottom: 100px;
}

#goals-header p {
    margin-left: 300px;
}


@media screen and (max-width: 992px) {
    #goals-header p {
        text-align: center;
        margin: 20px;
    }
}

#goals-description {
    background-color: #ec2f4b;
    width: 100vw;
    height: 408px;
    color: white;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 992px) {
    #goals-description {
        height: auto;
        padding: 30px 0px;
    }
}

