.btn{
	font-family: 'Arial Regular' !important;
	cursor: pointer;
}
.read-more-btn {
	background: #ffbc00;
	padding: 1em 2em;
	border: .15em solid #ffbc00;
	transition: all 0.5s;
	color: white;
	border-radius: .2em;
}
.read-more-btn:hover {
	background: #fff;
	border: .15em solid #ffbc00;
	color: #ffbc00;
	box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
}

.company-btn {
	transition: all 0.3s ease-in-out;
	color: white !important;
	border-radius: 25em;
	background-color: #4c42a3;
	font-weight: bold;
	text-align: center;
}

.company-btn:hover {
	padding-left: 5em;
	padding-right: 5em;
	box-shadow: 1px 0 20px #271e7429;
	background: #ffbc00 !important;
}