body {
  max-width: 100vw;
}

#About {
  padding: 3vw;
  line-height: 3vw;
}

#About li {
  list-style: none;
  margin-bottom: 2vw;
}

#About ul {
  padding-left: 2vw;
}

#About h1 {
  text-align: center;
}

#About > * {
  margin-top: 4vw;
}

#Org-history li {
  list-style: initial;
}

#Objectives li {
  list-style: devanagari;
}

#Constitution img {
  width: 75vw;
}

#Members {
  line-height: initial;
}

.members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.member {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid;
  width: 20vw;
  margin: 2vw 0;
  border-radius: 5px;
}

.member:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.member-img {
  height: 20vw;
  border-bottom: 1px solid;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
}

.member-img img {
  width: max-content;
  width: -moz-available;
  height: auto;
  overflow: hidden;
}

.member-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
}

@media only screen and (max-width: 770px) {
  #About {
    line-height: 5vw;
  }

  .member-img {
    height: 35vw;
    border-radius: 4px 4px 0 0;
  }

  .member {
    width: 35vw;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 1170px) {
  #Constitution img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
}
