@charset "UTF-8";
.sidemenu{
	width: 100%;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.main{
	display: flex;
	justify-content: space-around;
}

.mainText{
	width: 50%;
}

.mainText h2{
	font-size: 26px;
	margin-bottom: 50px;
}

.mainText p{
	font-size: 17px;
	line-height: 25px;
}

.mainImg{
	width: 30%;
	height: auto;
}

.mainImg img{
	width: 100%;
	height: auto;
	text-align: center;
}