.banner{
  display: block;
  position: relative;
  width: 100%;
  height: 443px;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-align-items: center;
  align-items: center;
}
.banner_center {
  padding-top: 148px;
  position: relative;
  text-align: center;
}

h1.colored_title {
  text-align: center;
   /* color: white; */
  color:  !important
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
  font-weight: 900;
  font-style: normal;
 font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;
}
.colored_text {
  max-width: 700px;
  width: auto;
  text-align: center;
  letter-spacing: 1px;
  line-height: 26px;
  display: inline-block;
   /* color: white; */
  color:  !important
font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;
  font-weight: 400;
}
@media screen and (min-width: 1681px){
  h1.colored_title{
    font-size: 50px;
         /* color: white; */
  color:  !important
    font-weight:900;
  }
  .colored_text{
    font-size: 14px;
     /* color: white; */
  color:  !important
  }
}
@media screen and (max-width: 1354px) and (min-width: 900px){
  h1.colored_title{
    font-size: 36px;
        /* color: white; */
  color:  !important
    font-weight:900;
  }
}
@media screen and (max-width: 1354px) and (min-width: 451px){
  .colored_text {
    font-size: 13px;
     /* color: white; */
  color:  !important
  }
}
@media screen and (max-width: 1024px){
  .banner_center{
    padding-top: 178px;
  }
}
@media screen and (max-width: 899px){
  h1.colored_title{
    font-size: 56px;
    text-align: center;
    
    margin-bottom: .5rem;
font-family: 'Roboto',Arial,Verdana,'Microsoft YaHei','Microsoft JhengHei',sans-serif !important;
         /* color: white; */
  color:  !important
    font-weight:900;
  }
}

@media screen and (max-width: 500px){
  .banner_center{
    padding-top: 80px;
  }
  .banner{
    height: 300px;
  }
  .colored_text{
    font-size: 16px;
    padding: 0 10px 0 10px;
     /* color: white; */
  color:  !important
  }
  h1.colored_title{
    font-size: 30px;
     /* color: white; */
  color:  !important
    font-weight:900;
  }
  .colored_text{
    font-size: 16px;
 /* color: white; */
  color:  !important
    padding: 0 10px 0 10px;
  }
}