.t-col {
    display: inline;
    /* float: left; */
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}


.t-col_12 {
    /* max-width: 1160px; */
}

body .uc-home {
  background-color: #F74040;
}

@media (max-width: 480px) and (orientation: portrait) {
  body {
    background-color: #F74040;
  }
}