.hero {
    background-size: cover;
    background-position: center;
}

.hero-inner {
    max-width: 560px;
    padding: 40px 38px 0;
}

.hero-text {
    position: relative;
}

.hero-mobile-top-image {
    display: flex;
}

@media only screen and (min-width: 768px) {
	.hero-mobile-top-image {
		display: none;
	}
}

.hero-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .hero-content {
        padding: 0;
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
}


@media only screen and (min-width: 768px) {
    .hero-content {
        padding-top: 210px;
        padding-bottom: 205px;
    }
}


.hero-button {
    position: relative;
    left: 0;
    right: 0;
    bottom: -25px;
}

a.hero-button {
    display: block;
}

.hero-title {
    margin-bottom: 0px;
}

.hero-description {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 0;
    line-height: 1.4;
}