html {
  scroll-behavior: smooth;
}

.t-title, .t-heading{
    text-transform:uppercase;
}


.t-img,
.t-bgimg
{
    
    border-radius:8px;
}

.t-btn, .t-submit{
    text-transform:uppercase;
}
@media only screen and (max-width : 480px) {
   .t165__btn-wrapper,
   .t165__btn-wrapper .t-btn
   {
    width:100%;
} 
}


@media only screen and (min-width : 960px) {
    .t-video-lazyload{
        border-radius: 8px;
        overflow: hidden;
    }
}