:root {
	--totum-pink: #E10098;
}

#hero-v2 .hero-blurb h1.title img.logo {
	max-height: 100px;
}



.btn.btn-apply {
	background-color: var(--totum-pink);
	color: #FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 0;
}

#hero-v2 .background {
    filter: none;
    background-color: transparent !important;
}

#hero-v2 .background::before {
	content: '';
	background-color: rgba(225, 0, 152,.6);
	position: absolute;
	height: 100%;
	width: 100%;
}

#hero-v2 .trustpilot-strip {
	display: none !important;
}

section.totum-pink {
	background-color: var(--totum-pink);
	color: #FFF;
}

section.totum-pink .info {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 50px;

}

section.totum-pink .what-do-you-get {
    position: relative;
    background-image: url('/images/totum/what-do-you-get.jpg');
    background-size: cover;
    background-position: center center;
}

section.totum-pink .what-do-you-get::before {
	content: '';
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(225, 0, 152,.4);
}

section.totum-pink .what-do-you-get .btn {
    position: relative;
    z-index: 2;
    background-color: rgba(225, 0, 152,.4);
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-color: #FFF;
}


@media screen and (max-width: 767px) {
	div#hero-v2 {
	    height: 220px !important;
	}

	div#hero-v2 .hero-blurb {
		justify-content: center !important;
		padding-bottom: 0 !important;
	}

	div#hero-v2 .hero-blurb h1.title img.logo {
		max-height: 60px;
	}

	section.totum-pink {
		padding: 40px 0 !important;
	}

	section.totum-pink::before {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: url('/images/totum/what-do-you-get.jpg');
		background-size: cover;
		background-position: center center;
		opacity: .3;
	}

	section.totum-pink .info {
		text-align: center;
		padding: 0 20px 30px 20px;
	}

	section.totum-pink .info h3 {
		margin-bottom: 20px;
	}

	section.totum-pink .what-do-you-get {
		background: transparent;
	}

	section.totum-pink .what-do-you-get::before {
		display: none;
	}

}