.bottominfos_container {
  width:100%;
  text-align: center;
  padding-top:60px;
  background-repeat: no-repeat;
}
.bottominfos_container .title {
  font-size: 38px;
  color:#FFF;
  font-family: GloberBold, Arial;
}
.bottominfos_container .description1 {
  font-size: 24px;
  color:#FFF;  
  font-family: GloberBold, Arial;    
}
.bottominfos_container .description2 {
  font-size: 22px;
  color:#FFF;    
  font-family: GloberBold, Arial;    
}
.bottominfos_container .link {
  width: 112px;
  height: 29px;
  background-color: #282f34;
  margin: auto;
  margin-top: 20px;
  padding-top: 8px;
  font-weight: bold;
}
.bottominfos_container .link:hover {
  background-color: #0168ad;
}
.bottominfos_container .link a {
  color:#FFF;
}