header {
  height: 110px;
  border-bottom: solid thin black; }
  header div {
    position: relative; }
    header div .headerLogo {
      display: block;
      width: 130px;
      position: absolute;
      bottom: 15px;
      left: 0px; }

#consultation {
  padding: 80px 0 80px 0; }
  #consultation h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  #consultation h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  #consultation p {
    font-size: 15px;
    text-align: center;
    line-height: 2; }

#contact li:first-of-type {
  display: none; }

#contact {
  background-color: rgba(201, 189, 166, 0.2); }

@media (max-width: 768px) {
  #consultation h2 {
    margin-bottom: 30px; }
  #consultation p {
    font-size: 13px; } }
