#s4 {
    position: relative;
    height: 200vh;
}

#s4 .title1, #s4 .title2, #s4 .title3 {
    position: absolute;
    display: flex;
    height: auto;
}

#s4 .title1, #s4 .title3 {
    flex-direction: column;
}

#s4 .title1 {
    top: 15vh;
    left: 40vw;
    width: 40vw;
}

#s4 .title2 {
    top: 108vh;
    left: 7vw;
    width: 45vw;
}

#s4 .title3 {
    top: 155vh;
    left: 50vw;
    width: 40vw;
}

#s4 .title1 h1, #s4 .title2 h1, #s4 .title3 h1 {
    font-size: 2vw;
    letter-spacing: -.05rem;
    color: #C0AAFF;
	font-weight: bold;
}

#s4 .title2 .t2sp {
    width:3rem;
}

#s4 .title1 p, #s4 .title2 p, #s4 .title3 p, #s4 .title1 .sym, #s4 .title3 .sym {
    color: white;
}

#s4 .title2 p {
	padding-left: 3rem;
}

#s4 .title1 p, #s4 .title2 p, #s4 .title3 p {
    font-size: 1vw;
    letter-spacing: -.01rem;
}

.title3 h1,
#s4 .title3 em{
    text-align: center;
}

.title3 p {
    text-align: center;
}

#s4 .title1 em, #s4 .title3 em {
    font-size: 4vw;
    padding: 1rem 0 1rem 0;
	color:white;

}

#s4 img {
    position: absolute;
    height: auto;
}

#s4 #p1 {
    width: 26vw;
    top: 15vh;
    left: 0;
}

#s4 #p2 {
    width: 28vw;
    top: 52vh;
    left: 20vw;
}

#s4 #p3 {
    width: 35vw;
    top: 47vh;
    right: 0;
}

#s4 #p4 {
    width: 40vw;
    left: 0;
    top: 135vh;
}

@media screen and (max-width: 1200px) {
	#s4 .title1 h1, #s4 .title2 h1, #s4 .title3 h1 {
    font-size: 2.5vw;
}
	#s4 .title1 p, #s4 .title2 p, #s4 .title3 p {
    font-size: 1.5vw;
}
	#s4 .title2 {
    top: 108vh;
    left: 5vw;
    width: 55vw;
}
	#s4 .title1 {
    top: 10vh;
    width: 45vw;
}
}