/* Sadece punto ve font düzenlemesi - renklere dokunulmadı */
.hero-quick-title small{
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:.13em !important;
  margin-bottom:5px !important;
}
.hero-quick-title strong{
  font-size:18px !important;
  line-height:1.16 !important;
  font-weight:800 !important;
  letter-spacing:-.25px !important;
  max-width:260px !important;
}
.hero-quick-field input,
.hero-quick-field select{
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1 !important;
}
.hero-quick-submit{
  font-size:15px !important;
  font-weight:800 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
@media(max-width:760px){
  .hero-quick-title strong{
    font-size:16px !important;
    max-width:none !important;
  }
  .hero-quick-title small{
    font-size:10px !important;
  }
  .hero-quick-field input,
  .hero-quick-field select,
  .hero-quick-submit{
    font-size:14px !important;
  }
}
