.section_title{
	font-size: 5vw;
	line-height: 5vw;
}
.attendees .content{
	padding: 5vh 0;
}

.attendees .content .right .phrase {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}

.attendees .content .right .phrase p{
	margin-bottom: 3vh;
}

@media(max-width:767px){
	.attendees .content{
		flex-direction: column;
		padding: 10vh 10vw;
		gap:5vh;
	}
	section.attendees .content .left,
	section.attendees .content .right{
		width: 100%;
	}
}