.hero .container {
    padding-top: 100px;
}

.hero .container img {
    margin-bottom: 60px;
}

.qualify-text {
    margin-top: 100px;
}

.questions a {
    color: #199470;
}

@media screen and (min-width: 768px) {
    section {
        min-height: 0;
    }

    .hero .container {
        padding-top: 0px;
    }

    .hero {
        background-image: url("../images/resources-deskt.png");
        background-position: center right;
        background-repeat: no-repeat;
    }

    .hero .container img {
        margin-bottom: 0px;
    }

    main {
        min-height: 0vh;
        padding-bottom: 200px;
    }
}