.kalusto-kategoria {
    display:flex;
    flex-direction: row;
    justify-content: left;
    align-items: left;
}

.kalusto-otsikko h2 {
    background-color: #0337A4;
    color: white;
    font-size: 24px;
    padding: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.kalusto-ltk {
    padding: 1%;
    margin: 5px;
    border: 5px solid #E4E4E4;
    width: min-content;
}

.kalusto-ltk * {
    margin-top: 2%;
    margin-bottom: 2%;
}

.kalusto-ltk h3, h4 {
    color: #0337A4;
    font-size: larger;
}

.kalusto-ltk h4 {
    text-transform: none;
}

.kalusto-ltk img {
    width: 20vw;
    height: auto;
    border: none;
}

.kalusto-ltk ul, ol {
    margin-left: 5%;
}

.kalusto-ltk li {
    margin-top: 0;
    margin-bottom: 0;
}