.reveal-phone-button {
    background-color: #12AB05!important;
    color: #fff;
    border: none;
    padding: 10px 20px;
	margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
}

.reveal-phone-button:hover {
    background-color: #17C708!important;
}

.phone-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
	position: relative;
    top: 4px;
}