html, body {
  overflow-x: hidden;
}

#header .branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #303030;
  padding: 8px;
}

#header .branding a {
  margin-bottom: -4px;
  padding: 0;
}

#header .branding img {
  width: 50px;
  height: auto;
  margin: 0;
  padding: 0;
}

#content {
  background: #d9d9d9;
}

#project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-bottom: 5px dotted #303030;
  padding: 20px 8px;
}

#project .logo-project img {
  max-width: 70%;
}

#project .about-project {
  padding-left: 0;
}

#project .about-project p {
  margin-bottom: 10px;
}

#project .about-project p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #project .about-project {
    padding-left: 16px;
    border-left: 1px solid #303030;
  }
}
#process .galery {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#research,
#emphatyMap {
  background-color: #303030;
  color: #d9d9d9;
}

#research .title {
  color: #d9d9d9;
}

section #prototype {
  text-align: center;
  margin: 128px 0;
  padding: 0;
}

#mobile, #desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
}

#prototype #mobile-p {
  width: 90%;
  height: 568px;
}

#prototype #desk-p {
  width: 100%;
  height: 320px;
}

#learnings ul {
  text-align: left;
}

#learnings li {
  padding: 10px;
}

.galery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 24px;
  padding: 0;
  max-width: 1200px;
}

@media (min-width: 768px) {
  #prototype #mobile-p {
    width: 320px;
    height: 568px;
  }
  #prototype #desk-p {
    width: 900px;
    height: 720px;
  }
}