.owner_section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.owner_mission {
  width: 455px;
}
.owner_image {
  height: 400px;
  width: 400px;
}
.owner_image img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.video {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 426px) {
  .owner_section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
  }
  .owner_mission {
    width: 100%;
    text-align: center;
  }
  .owner_image {
    height: 400px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .owner_section {
    padding: 10px;
  }
}
