.content {
    flex-direction: row;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 40px;
}