*{
  max-width:900px;
  margin:auto;
  font-size:20px;
  line-height:1.9;
}

.armenian-text{
  margin-top:50px;
}

.armenian-text h4{
  margin-bottom:15px;
  font-size:24px;
}

.socials{
  padding:100px 8%;
  text-align:center;
}

.social-links{
  display:flex;
  justify-content:center;
  gap:30px;
  flex-wrap:wrap;
}

.social-links a{
  text-decoration:none;
  padding:18px 28px;
  background:white;
  border-radius:20px;
  color:#ff7ca3;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  transition:0.3s;
}

.social-links a:hover{
  transform:translateY(-5px);
}

footer{
  padding:40px;
  text-align:center;
  opacity:0.6;
}

@media(max-width:900px){

  .hero{
    flex-direction:column;
    text-align:center;
    padding-top:60px;
  }

  .buttons{
    justify-content:center;
    flex-wrap:wrap;
  }

  .hero-content h2{
    font-size:48px;
  }

  header{
    flex-direction:column;
    gap:20px;
  }

}