@import url('base/_base.css');

.content {
  width: 100%;
}

.content__title {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 24px;
}

.content__one__col,
.content__two__col {
  width: 80%;
  margin: 50px auto;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.content__one__photo,
.content__col__item {
  -webkit-flex: 1;
      -ms-flex: 1; /* IE 10 */
          flex: 1;
}

.content__one__content {
  -webkit-flex: 3;
      -ms-flex: 3; /* IE 10 */
          flex: 3;
}

.content__col__item__photo {
  margin-bottom: 20px;
}

.content__one__content,
.content__col__item__content {
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}

.content__list {
  width: 80%;
  margin: 50px auto;
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}
