.content {
  display: flex;
  flex-direction: row;
  margin: 5px 5px 5px auto;
}

.image {
  width: 500px;
  height: 300px;
  display: flex;
  flex-direction: row;
}

.image_first {
  border-radius: 5px;
}

.exmpl {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exmpl img {
  height: 100%;
  width: auto;
}

.images_two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px 1em 5px auto;

}

.textAboutUs {
  line-height: 40px;
  text-align: justify;
  font-size: 100%;
  margin: 20px auto 5px 15px;
}

.lists {
  display: flex;
  flex-direction: column;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lists i {
  font-size: smaller;
}