@media (max-width: 800px) {
    .container{
        max-width: 800px;
    }
  .articles h3 {
    font-size: 54px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 786px;
  }
  .landPage{
    min-height: 50vh;
    overflow: hidden;
  }
  .landPage img {
    max-width:max-content;
    opacity: 0.7;
    margin-right: auto;
    height: 100%;
  }
  .landPage nav .adel-ilac-logo {
    height: 100%;
    margin: auto;
    display: block;
  }
  .articles h3 {
    font-size: 30px;
  }
  .contact h3{
    font-size: 30px;
  }
  .artWcap{
    flex-direction: column;
    gap: 30px;
}
.artWcap .imageCap{
    max-width: 100%;
    }
    .contact .contcard{
        flex-direction: column;
    }
    .contcard img{
        max-width: 100%;
    }
}
