﻿
.listContainer___1YAH1 {
    display: flex;
    margin-bottom: 40px;
}

@media (min-width:768px) {
    .listContainer___1YAH1 {
        justify-content: center;
        width: 100%;
        min-width: auto;
    }
}

.listItem___150Nk {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    max-height: 88px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

@media (min-width:768px) {
    .listItem___150Nk {
        flex-direction: column;
        justify-content: center;
        max-width: 232px;
        min-height: 125px;
        max-height: 140px;
        background-color: #fafafa;
    }
}

@media (min-width:1024px) {
    .listItem___150Nk {
        min-width: 147px;
    }
}

@media (min-width:1440px) {
    .listItem___150Nk {
        width: -moz-fit-content;
        width: fit-content;
        min-width: 143px;
        max-width: 152px;
    }
}

.list___1nOdk {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    width: 100%;
}

@media (min-width:768px) {
    .list___1nOdk {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
        margin: 0;
        gap: 20px;
    }
}

@media (min-width:1024px) {
    .list___1nOdk {
        grid-template-columns: repeat(auto-fill,minmax(170px,1fr));
        gap: 33px;
    }
}

@media (min-width:1440px) {
    .list___1nOdk {
        grid-template-columns: repeat(auto-fill,minmax(143px,1fr));
        width: 100%;
        max-width: none;
        gap: 16px;
    }
}
.imgContainer___2j7HJ {
    display: flex;
    justify-content: flex-end;
    width: 30px;
    min-width: 30px;
    margin: 0 16px 0 8px;
}

@media (min-width:768px) {
    .imgContainer___2j7HJ {
        align-items: center;
        justify-content: center;
        width: auto;
        height: 50%;
        margin: 0 0 16px;
    }
}
.listItemText___uoGhx {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

@media (min-width:768px) {
    .listItemText___uoGhx {
        align-items: center;
        flex-direction: column;
        flex-grow: 0;
        height: 50%;
        margin-top: -13px;
        margin-bottom: 10px;
        gap: 4px;
    }
}
@media (min-width:768px) {
    .listItemTitle___2CQBv, .listItemValue___1IWSE {
        display: flex;
        align-items: center;
        max-height: 56px;
        white-space: break-spaces;
        line-height: 18px;
    }
}

.listItemTitle___2CQBv {
    justify-content: center;
    width: 70%;
    min-width: 144px;
    text-align: center;
    white-space: break-spaces;
    color: #1a1a1a;
    font-size: 16px;
}

@media (max-width:calc(768px - 0.1px)) {
    .listItemTitle___2CQBv {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 50%;
        min-height: 56px;
        max-height: 88px;
        margin-left: -4px;
        text-align: left;
        white-space: break-spaces;
    }
}
.title___2DV4T {
    display: block;
    margin: 0;
}
.variant-h5___20k9E {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
}

@media (min-width:768px) {
    .variant-h5___20k9E {
        font-size: 18px;
    }
}

@media (min-width:1440px) {
    .variant-h5___20k9E {
        font-size: 16px;
    }
}
.weight-bold___1sevT {
    font-weight: 600;
}

.align-left___18DvI {
    text-align: left;
}
.listItemTitle___2CQBv {
    justify-content: center;
    width: 60%;
    min-width: 144px;
    text-align: center;
    white-space: break-spaces;
    color: #1a1a1a;
    font-size: 14px;
}