/*mobile*/

@media screen and (max-width: 1024px) {
  .header{
    max-width: 1024px;
  }
  .main-ourWork-items{
    max-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .main-ourWork-services{
    flex-direction: column;
    align-items: center;
  }
}

@media  (min-width: 320px) and (max-width: 470px){
  .header{
    width: 100%; 
  }
  .header-content{
    width: 100%;
    gap: 0;
    justify-content: space-around;
  }
  .header-logo{
    width: 20%;
  }
  .header-dropmenu li a {
    line-height: 1.5rem;
  }
  .main-aboutUs{
    flex-direction: column;
  }
  .header nav{
    /* text-align: center; */
    padding: 10px 0;
  }
  .header li {
    padding: 0 4.5px;
  }
  .desktop-nav .header-item{
    font-size: 10px
  }
  .main-aboutUs h2, p {
    margin-left:10px;
  }
  .main-ourWork-services {
    flex-direction: column;
  }
  .tailorMade {
    margin: 40px auto 80px;
  }
  .tailorMade-content{
    flex-direction: column;
  }
}
@media screen and (max-width: 320px){
  .header{
    max-width: 320px;
  }
}