.t-btn {
    width: 100%;
    margin-bottom: 5px !important;
}
@media screen and (max-width: 670px) {
.t-btn {
    width: 100%;
    margin-bottom: 0px !important;
}
}