<div class="cp_blockdesign05">
<div class="cp_authorname">
<h2>Neme</h2>
<ul>
<li><a href="#"><i class="fa fa-facebook-square fa-lg fa-fw" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter-square fa-lg fa-fw" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram fa-lg fa-fw" aria-hidden="true"></i></a></li>
</ul>
</div>
<div class="cp_authorinfo">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
</div>
.cp_blockdesign05 {
position: relative;
padding: 0.8em;
background: #ffebee;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.cp_blockdesign05::before,
.cp_blockdesign05::after {
position: absolute;
width: 0;
height: 51.95px;
content: '';
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-width: 0 0 0 1px;
border-style: dashed;
border-color: #f44336;
}
.cp_blockdesign05::before{
top: -15px;
right: 10px;
}
.cp_blockdesign05::after{
bottom: -15px;
left: 10px;
}
.cp_blockdesign05 .cp_authorname {
display: flex;
background-color: #ffcdd2;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.cp_blockdesign05 .cp_authorname h2 {
margin: 0.3em 0.3em 0.3em 0.8em;
width: 65%;
color: #f44336;
}
.cp_blockdesign05 .cp_authorname ul {
margin: 0.5em 0;
padding: 0.3em 0 0.3em 0.8em;
width: 35%;
text-align: center;
border-left: 1px dashed #f44336;
}
.cp_blockdesign05 .cp_authorname li {
display: inline;
padding: 0 0.5em;
}
.cp_blockdesign05 .cp_authorname li a {
color: #f44336;
}
.cp_blockdesign05 .cp_authorinfo {
padding: 0.5em 1.5em 0.5em 1.5em;
}