.t-submit {
    transition: all .2s;
}

.t-submit:hover {
    background-color: #F58220 !Important;
}


 @media only screen and (max-width : 480px) {
.t-name_xl {
    font-size: 18px !Important;
}
}