.tel:after {
content: '';
background: url(https://xn----ktbfbfedxjmgh9k.xn--p1ai/wp-content/uploads/LOGO/VWT.png);
position: absolute;
top: -12%;
right: 0;
background-size: contain;
background-repeat: no-repeat;
height: 100%;
width: 100px;
display: flex;
/* align-items: center; */
background-position: center;
}
<div class="jobs-cards row">
<div class="jobs-card">
<img src="img/jobs-1.png" alt="">
</div>
<div class="jobs-card">
<img src="img/jobs-1.png" alt="">
</div>
<div class="jobs-card">
<img src="img/jobs-1.png" alt="">
</div>
</div>