body{
    font-family: 'Inter', sans-serif;
}

.flex-item{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 33%;
}
