.t-img-select__container {
    gap: 8px !important;
}
.t-img-select__indicator {
    border: 0px solid rgb(0 0 0 / 0%) !important;
    border-radius: 16px !important;
}

@media screen and (min-width: 1440px) {
    .t-img-select__container {
    flex-wrap: nowrap !important;
    }
}

@media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 14px;
    }
    .t-img-select__text {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}
}