﻿.topicList {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2rem;
    gap: 0 0.5rem;
}

@media (min-width: 768px) {
    .topicList__item {
        width: calc(25% - 0.5rem);
    }
}


.customCheckbox {
    padding-left: 0;
}

.customCheckbox__input {
    margin-top: 2px !important;
}
