@charset "UTF-8";
.proposal-box{
	width: 70%;
	height : 43vw;
    margin: 10px auto;
	display: flex;
	border-radius: 2%;
}
.proposal-btn{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	width : 45%;
	margin : 2vw;
	justify-content: center;
	text-align: center;
}

.proposal-logo{
	width : 80%;
	margin: auto;
	
}
.prososal-txt{
	font-size : 3vw;
	font-weight : 500;
	display: block;
	margin : 2vw;
}
.proposal-link{
	background-color : #4A84FF;
	border-radius:  5% 5% 5% 5% / 15% 15% 15% 15% ;
	font-size : 20px;
	color: white;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 25px;
	padding-right : 25px;
}


