@media screen and (max-width: 1023px) 
{
    ul {
      display: none;
    }
  .about_us > img
  {
    width:50%;
    height: 200px;
  }
  .about
  {
    height: 120%;
  }
  .ourservices
  {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

  }
  .myarticle
  {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
  }
  .article-row img
  {
    max-width: 70%;
  }
  .contact
  {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .about_us 
  {
    overflow: hidden;
  }
  div.service 
  {
    margin-bottom: 0px;
  }
  /* div.article
  {
    background-color: violet;
  } */
  .about_us img
  {
    width: 100%;
    height: 300px;
  }
  /* .ourservices
  {
    margin: 5px;
  } */
}
   