.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  box-sizing: border-box;
}

.list {
  width: 100%;
}

.list .item {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
  height: 300px;
}

.list .item img {
  width: 100%;
  height: 80%;
  min-width: 0;
  max-width: none;
  border-radius: 8px;
}

.list .item p {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #0b6274;
  line-height: 40px;
  margin-bottom: 10px;
}

.about {
  background-color: hsla(0, 0%, 76.9%, .1);
  padding: 0 15px 15px 15px;
  box-sizing: border-box;
  text-align: center;
}

.about h2 {
  color: #0b6274;
  padding: 20px 0;
}

.about p {
  font-family: Roboto, sans-serif;
  line-height: 24px;
  color: #595959;
}
