.mayer-front{
    display: flex;
    flex-direction: column;
    width: 250px;
    max-width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    background-color: #ed145b;
    color: #FFFFFF;
    padding: 5px;
    border-radius: 15px;
    margin: 0 auto;
}
.mayer-front img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.mayer-front #name{
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3px 0px;
}
.mayer-front #position, .mayer-front #tel{
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 3px 0px;
}
.mayer-front #tel::before{
  	font-family:"Font Awesome 5 Free";
  	content:"\f87b  ";
  	font-weight:900;
}