.t-rec {
word-break: normal !important;
}
.t-popup__container {
    border-radius: 5px;
}
.t-input {
    font-size: 18px;
    font-weight: 500;
}
@media screen and (min-width: 320px) and (max-width: 480px)
{
.t-popup__container {
    border-radius: 0;
}
}