#s7 {
    position: relative;
    height: 100vh;
    overflow: hidden;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}

#s7 .bder {
	position:absolute;
	width:80%;
	height:75%;
	/*border: 1px solid white;
	border-radius: 5vw;*/
}

#s7 img {
    width: 6vw;
    height: auto;
	padding-bottom:2rem;
}

#s7 h1 {
    font-size: 2vw;
    color: white;
    text-align: center;
	letter-spacing: -.1rem;
	padding-bottom: 1rem;
}

#s7 p {
    font-size: 1.2vw;
    color: white;
    text-align: center;
    width: 60vw;
    height: auto;
	letter-spacing: -.03rem;
	line-height:1.3 !important;
}

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

@media screen and (max-width: 1201px) {
	#s7 img {
    width: 4.5vw;
	padding-bottom:1.5rem;
}

#s7 h1 {
    font-size: 2vw;
    padding-bottom: 1rem;
	letter-spacing: -.02rem;
}

#s7 p {
	width: 65vw;
    font-size: 1.25vw;
}
}
/*
@media screen and (max-width: 1023px) {
	#s7 {
    height: auto;
	padding: 10vh 0 10vh 0;
}

#s7 .bder {
	height:auto;
}

#s7 img {
    width: 10vw;
    height: auto;
	padding-bottom:2rem;
}

#s7 h1 {
    font-size: 6vw;
    color: white;
    text-align: center;
    padding-bottom: 2rem;
	letter-spacing: -.01rem;
}

#s7 p {
    font-size: 3.5vw;
    width: 80vw;
	letter-spacing: -.01rem;
	line-height:1.3 !important;
}
}*/