.content {
  padding: 20px 0 100px;
  text-align: center;
}

.content .title {
  color: #050053;
  font-size: 38px;
  font-weight: bold;
  line-height: 3em;
}

.img-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1260px;
  margin: 0 auto;
}


.img-list img {
  width: 300px;
  height: 530px;
  background-color: bisque;
}