.btn-apple{width: 100%;
	height: 50px;
	background-color: #111;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	font-weight: 500;}

    .btn-apple img {
        margin-right: 10px;
    }