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