.banner .row {
    justify-content: center;
    padding: 50px 0;
}

.banner p, .banner a {
	color: white;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
}

.banner-bump {
    top: -38px;
    position: absolute;
    width: 220px;
    z-index: 3;
}

.banner-bump-t2 {
    bottom: -60px;
    position: absolute;
    width: 220px;
    z-index: 3;
}

.banner-t2 h2 {
	font-size: 48px;
	line-height: 54px;
	font-weight: bold;
	text-align: center;
	color: white;
}