.hero h1 {
    font-size: 30px;
    line-height: 62px;
    color: #161739;
	margin-bottom: 48px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	.hero h1 {
		font-size: 48px;
	}
}

.hero .content-wrapper {
	padding: 77px 10px;
}

.hero .image-container {
    height: 587px;
    background-size: cover;
    background-position: center;
}

.heart-blue {
    position: absolute;
    right: 18%;
    top: -37%;
    z-index: -1;
}

.heart-green {
    position: absolute;
    right: -63%;
    bottom: 0;
    z-index: 1;
}

.hero-border {
	height: 11px;
	background-color: #43b02a;
	position: relative;
	max-width: 100%;
}

.center-bump {
    position: absolute;
    width: 273px;
    height: 76px;
    right: 0;
    left: 0;
    z-index: 1;
    top: -75px;
    margin: auto;
}

.center-bump-icon {
    position: absolute;
    width: 23px;
    height: 37px;
    right: 0;
    left: 0;
    z-index: 2;
    top: -75px;
    margin: auto;
}

.center-bump-icon {
    position: absolute;
    width: 23px;
    height: 37px;
    right: 0;
    left: 0;
    z-index: 2;
    top: -53px;
    margin: auto;
}

.left-bump {
    position: absolute;
    width: 105px;
    height: 29px;
    left: 20%;
    z-index: 1;
    top: -28px;
    margin: auto;
}

.right-bump {
    position: absolute;
    width: 105px;
    height: 29px;
    right: 20%;
    z-index: 1;
    top: -28px;
    margin: auto;
}

.leftmost-bump {
    position: absolute;
    width: 67px;
    height: 19px;
    left: 5%;
    z-index: 1;
    top: -18px;
    margin: auto;
}

.rightmost-bump {
    position: absolute;
    width: 183px;
    height: 51px;
    right: 1%;
    z-index: 1;
    top: -50px;
    margin: auto;
}

.hero h1 {
	max-width: 310px;
}

.hero .text-content {
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
}

.heart-wrapper {
	background-size: contain;
    background-repeat: no-repeat;
}

.hero-t1 .inset-bump {
    display: block;
    position: absolute;
    right: 8%;
    bottom: -1px;
    margin: auto;
    width: 230px;
	z-index: 3;
}

.hero-t1 .overlay-bump {
    display: block;
    position: absolute;
    right: 8%;
    bottom: -44px;
    margin: auto;
    width: 168px;
	z-index: 3;
}

.hero-t1 .h-header {
	overflow: visible;
}

.hero .crs-holder {
    height: 587px;
    background-size: cover;
    background-position: center;
}