@charset "UTF-8";

@media screen and (min-width: 650px) {
  #about article {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }

  #about-image-pc {
    display: block;
  }

  #about-image-phone {
    display: none;
  }
  
  #specialties article {
    flex-direction: row;
    column-gap: 20px;
  }

  #service-items article {
    flex-direction: row;
  }
}


@media screen and (min-width: 992px) {

  #box-logo-burger {
    display: flex;
    align-items: center;
  }

  #box-burger {
    display: none;
  }

  header > section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #menu {
    display: block;
    padding-right: 20px;
  }

  #menu li {
    display: inline-block;
  }

}
