.slogan_cta_text 
{
	text-align:center;
	color:var(--blue);
	z-index:3;
}
 section.slogan{
	margin-bottom: 0;
	background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    position: relative;
    align-content: center;
    background-position: top;
     background-attachment: fixed;
}

.slogan h2.section_title{
	font-size: 3.7rem;
	font-weight:400;
}

.slogan::after{
	content: "";
    display: block;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background:rgba(255, 255, 255, 100%);
}

@media screen and (max-width: 1023px) {
 section.slogan{
	height:auto;
}
}