#s7-m {
    position: relative;
    height: auto;
    overflow: hidden;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	padding: 15vh 0 10vh 0;
}

#s7-m .bder-m {
	position:absolute;
	width:80%;
    height: auto;
}

#s7-m img {
    width: 12vw;
    height: auto;
	padding-bottom: 1rem;
}

#s7-m h1 {
    font-size: 5vw;
    color: #C0AAFF;
    text-align: center;
	letter-spacing: -.03rem;
	line-height:1 !important;
	padding-bottom: 1rem;
	font-family:"Matter",'sans-serif' !important;
}

#s7-m p {
    font-size: 3.5vw;
    color: white;
    text-align: center;
    width: 80vw;
    height: auto;
	letter-spacing: -.01rem;
	line-height:1.4 !important;
}

#s7-m p a{
    color: #C0AAFF !important;
	text-decoration: underline !important;
}