.posters {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 16px;
}
