.section_05 {
  background-color: #62774b;
  padding: 80px 0;
  color: #fff;
}
.section_05 h2 {
  font-weight: 700;
  font-size: 30px;
}
.section_05 .container>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section_05 .container>div .sec_05_vid {
  width: 65%;
}
.section_05 .embed_container iframe {
  border-radius: 30px;
  margin-top: 30px;
}
.section_05 .container>div figure {
  width: 27%;
}
@media screen and (max-width: 800px) { 
  .section_05 .container>div {
    flex-direction: column;
  }
  .section_05 .container>div .sec_05_vid {
    width: 100%;
  }
  .section_05 .container>div figure {
    width: 100%;
    text-align: center;
  }
  .section_05 .container>div figure img {
    height: 150px;
    margin-top: 50px;
  }
}
}

@media screen and (max-width: 1200px) { 

}