@import url('/css/dryer.css');

/* Contact sayfasında üst boşluğu biraz düzenle */
.wrap .body{padding:24px}

@media (max-width: 576px){
  .wrap .body{padding:16px}
}

/* Contact page: center and emphasize the main heading */
.hero{padding-top:48px}
.hero-h{
  text-align:center;
  font-size:48px;
  font-weight:400; /* daha kalın olmayan yazı */
  margin-top:12px;
  position:relative;
}
.hero-h::after{
  content:'';
  display:block;
  width:50%; /* geniş ve her iki tarafa eşit */
  max-width:720px;
  height:2px;
  background:#C8A84B;
  margin:12px auto 0;
}

@media (max-width: 576px){
  .hero{padding-top:28px}
  .hero-h{font-size:28px}
  .hero-h::after{width:70%;max-width:400px}
}
