
.platform .section_title{
	font-size: 5vw;
	line-height: 5vw;
}
section.platform .content{
	align-items: center;
}
section.platform .content .phrase{
	display: flex;
	flex-direction: column;
	gap:5vh;
}

section.platform .content .left{
	width: 40%;
}
section.platform .content .right {
	position: relative;
	width: 35%;
}

.intro-title.small_font{
	font-size: 2.5vw;
	line-height: 2.5vw;
}



@media(max-width:767px){
	
}