.main_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_content_img {
  width: 28%;
}

.main_content_img img {
  width: 100%;
}

.main_content_text {
  width: 68%;
}

.main_content_text p {
  margin-top: 30px;
}
