/* Enter Your Custom CSS Here */

.t-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
.t-list {
	display: block;
}
}