[html]
<div class=html_tems_cont>
  <div class=tems_episode_name>название эпизода
    <data>дата\место игры</data>
  </div>
 
  <html_divider></html_divider>

  <div class=tems_head4>
    <img src="https://funkyimg.com/i/3aicX.jpg">
  </div>

  <div class=tems_headtext>цитата или описание
</div>

    <div class=tems_headtext style="text-align: right; font-weight: bold; font-family: cambria, lora; font-size: 14px;">участник, участник, участник
</div>
 
</div>
<style>
.tems_head4 img {max-width:500px;}
.html_tems_cont {margin: auto;
background: #e4e4e4;
border: 1px solid #8a8f9a;
box-shadow: 0px 3px 5px 0 rgba(14,25,45,.34);
width: 550px;
padding: 40px}
.tems_episode_name {
font-family: cambria, lora;
font-weight: 700;
text-align: center;
text-transform: uppercase;
font-size: 30px;
position: relative;
top: -15px}
.tems_episode_name data {display: block;
font-family: montserrat;
font-size: 8px}
.tems_head4 {background: #283144;
height: auto;
position: relative;
margin-top: 4px;
text-align: center;
padding: 8px 0 8px 0;
display: flex;
justify-content: center;
align-items: center;}
.tems_headtext {text-align: justify;
font-family: Montserrat Alternates;
font-size: 10px;
font-weight: 500;
line-height: 17px;
position: relative;
margin-top: 10px;
margin-bottom: 10px}
.tems_headtext {text-align: justify;
font-family: Montserrat Alternates;
font-size: 10px;
font-weight: 500;
line-height: 17px;
position: relative;
margin-top: 10px;
margin-bottom: 10px}
</style>

[/html]