.film_wrapper {
    padding: 64px 140px 0;
    /* height: calc(100vh - 84px); */
}

.films {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.film {
    text-decoration: none;
}

.film img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
}

.film p {
    text-align: center;
    margin-top: 10px;
    color: #616060;
    font-size: 14px;
}
