h1, h2 {
    text-transform: uppercase;
    margin: 0;
}

.home_opening {
    padding: 100px 0 0;
}

.home_opening h1 {
    width: 900px;
    margin: 0 auto;
}

.home_opening p {
    width: 500px;
    margin: 30px auto 46px;
    text-align: center;
}

.home_buttons {
    display: flex;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 100px;
}

.home_buttons .button,
.home_buttons .button_2 {
    margin-right: 25px;
}

.home_buttons .button_2:last-of-type {
    margin-right: 0;
}

.get_started {
    padding-top: 100px;
}

@media (max-width: 1000px) {
    .get_started h2 {
        text-align: center;
    }

    .get_started .subheading {
        margin: 0 auto 15px;
    }

    .home_buttons {
        flex-direction: column;
    }

    .home_buttons .button,
    .home_buttons .button_2 {
        margin: 0 auto 25px;
    }

    .home_buttons .button_2:last-of-type {
        margin-right: auto;
        margin-bottom: 0;
    }

    .home_opening h1 {
        width: 100%;
    }
}

@media (max-width: 990px) {
    .home_opening p {
        width: 60%;
    }
}

@media (max-width: 700px) {
    .home_opening p {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .home_buttons .button,
    .home_buttons .button_2 {
        width: 100%;
    }
}