.right-menu-wrapper-apply{
  margin-bottom: 10%;
}.right-menu-wrapper-apply a{  text-decoration:none;}.right-menu-wrapper-apply a:hover{  text-decoration:none;}
.right-menu-wrapper-apply .apply-btn{
  height: 90px;
  text-align: center;
  border: 3px solid #0095ff;
  position: relative;
  display: flex;  transition:transform 0.2s linear;
}
.right-menu-wrapper-apply .apply-btn .apply-text{
  text-transform: uppercase;
  color: #0095ff;
  font-weight: 600;
  font-size: 30px;
  margin: auto;
  cursor: pointer;
}.right-menu-wrapper-apply .apply-btn:hover{	border-color:orange;	transform:scale(1.05);}.right-menu-wrapper-apply .apply-btn:hover .apply-text{	color:orange;}