.simple_square_btn2 {
	display: block;
	position: relative;
	width: 200px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #1B1B1B;
}
.simple_square_btn2:hover {
	 background: #1B1B1B;
        color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}


.simple_square_btn3 {
	/* display: block; */
       display:inline-block;
	position: relative;
	width: 240px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border:1px solid #1B1B1B;
}
.simple_square_btn3:hover {
	 background: #1B1B1B;
        color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}