<div class="card" style="width: 25%; box-sizing: border-box; display:inline-flex; margin: 25px 5px 15px 15px;
text-align: center; background-color: #ffe10a; height: 650px">
<img src="{{ film.poster.url }}" class="card-img-top" alt="not here" style="height: 465px; width: 100%;">
<div class="card-body" style="box-sizing: border-box; display: contents;">
<h5 class="card-title">{{
film.name }}</h5>
<p class="slogan" style="margin-bottom: 1px">{{ film.tagline }}</p>
</div>
</div>
<a href="/{{
film.id }}/" class="btn btn-primary">Обзор</a>