.p-entry__body a {
	display: block;
	display: block;
    width: 300px;
    padding-left: 15px;
    margin: 20px auto;
    background-color: #f16e83;
    color: #fff!important;
    font-weight: bold;
    font-size: 24px;
    position: relative;
}
.p-entry__body a::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-size: cover;
	background-image: url(./../../images/tel.svg);
	background-repeat: none;
	left: 10%;
	top: 0;
	bottom: 0;
	margin: auto;
}