.email-signature{
background: #fff;
font-family: 'Raleway', sans-serif;
font-size: 0;
padding: 25px 20px;
box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
position: relative;
}
.email-signature:before,
.email-signature:after{
content: "";
background: #f21f52;
transform: translateX(-50%);
width: 100%;
height: 20px;
position: absolute;
top: 0;
left: 50%;
clip-path: polygon(0 0, 100% 0, 96.5% 100%, 3.5% 100%);
}
.email-signature:after{
top: auto;
bottom: 0;
clip-path: polygon(3.5% 0, 96.5% 0, 100% 100%, 0 100%);
}
.email-signature .signature-details{
color: #fff;
background: #000;
text-transform: uppercase;
text-align: center;
width: 50%;
padding: 25px 15px;
display: inline-block;
}
.email-signature .title{
color: #fff;
font-size: 24px;
font-weight: 700;
letter-spacing: 0.5px;
margin: 0 0 2px;
}
.email-signature .post{
font-size: 17px;
font-weight: 300;
letter-spacing: 1px;
margin: 0 0 15px;
display: block;
}
.email-signature .signature-icon{
height: 120px;
width: 120px;
margin: 0 auto;
box-shadow: 0 0 25px -5px rgba(255,255,255,0.5);
}
.email-signature .signature-icon img{
width: 100%;
height: auto;
}
.email-signature .signature-content{
width: 50%;
padding: 65px 0 65px 5px;
margin: 0;
list-style: none;
vertical-align: top;
display: inline-block;
position: relative;
}
.email-signature .signature-content:before{
content: '';
background-color: #F21F52;
height: 100%;
width: 33px;
position: absolute;
left: 0;
top: 0;
}
.email-signature .signature-content li{
font-size: 15px;
font-weight: 600;
padding: 0 0 0 35px;
margin-bottom: 22px;
position: relative;
}
.email-signature .signature-content li:last-child{ margin-bottom: 0; }
.email-signature .signature-content li i{
color: #fff;
background-color: #000;
font-size: 11px;
text-align: center;
line-height: 22px;
height: 22px;
width: 22px;
margin: 0 5px 0 0;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
}
@media screen and (max-width:576px){
.email-signature{ width: 100%; }
.email-signature .signature-details,
.email-signature .signature-content{
width: 100%;
}
.email-signature .signature-content{ padding: 20px 0 20px 5px; }
.email-signature .title{ border-radius: 0 0 20px 20px; }
}