.artikkelit {
    margin-bottom: 5rem
}

@media screen and (min-width: 54em) {
    .artikkelit {
        display:grid;
        grid-template-columns: repeat(3,1fr);
        gap: 2rem
    }
}

.artikkelit img {
    width: 100%;
    height: 100%;
    max-height: 188px;
}

.artikkelit h3 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 500
}

.artikkelit h3 a {
    color: #333
}

.artikkelit h3 a:hover {
    color: #9f784c
}